How bookmarklets turned into plugins for Google Chrome
Do It Yourself Web Services / / December 19, 2019
We often write about different web services that use bookmarklets. For example, using bookmarklets, buyout you pull on your browser bookmarks bar, you can save the article to Instapaper to read in Evernote - any object for preservation, etc...
Only one problem - I can not stand bookmarklets, toolbars, panels, and search everything that overloads my browser.
The only thing with which I can tolerate - it buttons, which reserve for themselves plugins.
How to convert all bookmarklets in plugins for Google Chrome read below ↓
In general, the bookmarklet - it is nothing like here's a line of code executable by your browser:
javascript: window.open ( ' http://videosaver.ru/get/?url='+escape (Window.location)); void (0);
The code address is registered in the same button that you dragged to your browser bookmarks bar. Prevrashenie begin!
1. Open the converter sandbox.self.li/bookmarklet-to-extension hall and the name of your new plug-in, and a description that you will see for yourself when you hover over the button in the browser toolbar.
2. Drag the bookmarklet button on the code entry field, or just copy it there.
3. Click on the button Create Extension. After that, the memory will be shipped with the zip-archive folder plugins. Unpack it.
4. go to extensions settings ← click on the link, right-click and open in new tab.
5. Turn on Developer mode tick.
6. klikayte Load unpacked extension ... and specify a location, which is obtained after razarhiviroaniya your plugin. And here's your new plug-in!
It's simple!