Bookmark beautifier
A browser extension that sorts and organizes bookmarks, also has an edit mode.
Wat is Bookmark beautifier?
Bookmark beautifier is een Chrome-extensie ontwikkeld door Jelly Corp, en de belangrijkste functie is "A browser extension that sorts and organizes bookmarks, also has an edit mode.".
Extensie Screenshots
Download het CRX-bestand van de extensie Bookmark beautifier
Download Bookmark beautifier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Chrome browser extension for sorting and organizing bookmarks. Simplifies the bookmark managing process by providing functions such as sorting, grouping similar links into folders and shortening obscure titles. USAGE: • Sorting • Grouping by domain • Shortening bookmark titles • Simply click two times to open the link • Manage you bookmarks with an easy to use interface -Drag and drop links to reorganize -Double click to edit link -Hold Ctrl and click to select multiple links PERMISSIONS: Bookmarks - for extension functionality. That's it, nothing else
Basisinformatie over de Extensie
Naam | Bookmark beautifier |
ID | ahnaocfoepojfegbafgokdjnpnhajjgb |
Officiële URL | https://chromewebstore.google.com/detail/bookmark-beautifier/ahnaocfoepojfegbafgokdjnpnhajjgb |
Beschrijving | A browser extension that sorts and organizes bookmarks, also has an edit mode. |
Bestandsgrootte | 625 KB |
Aantal Installaties | 1,218 |
Huidige Versie | 1.0.5.5 |
Laatst Bijgewerkt | 2017-06-10 |
Publicatiedatum | 2017-06-10 |
Beoordeling | 3.26/5 Totaal 19 Beoordelingen |
Ontwikkelaar | Jelly Corp |
Betalingswijze | free |
Extensiewebsite | https://github.com/koolzz/bookmark-beautifier |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bookmark beautifier", "short_name": "Bbeautifier", "version": "1.0.5.5", "description": "A browser extension that sorts and organizes bookmarks, also has an edit mode.", "permissions": [ "bookmarks" ], "icons": { "128": "icon_128.png", "64": "icon_64.png", "16": "icon_16.png" }, "browser_action": { "default_title": "Bookmark beautifier", "default_icon": "icon_128.png", "default_popup": "popup.html" } } |