Bookmark beautifier

A browser extension that sorts and organizes bookmarks, also has an edit mode.

Qu'est-ce que Bookmark beautifier ?

Bookmark beautifier est une extension Chrome développée par Jelly Corp, et sa fonction principale est "A browser extension that sorts and organizes bookmarks, also has an edit mode.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Bookmark beautifier

Téléchargez les fichiers d'extension Bookmark beautifier au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Bookmark beautifier Bookmark beautifier
ID ahnaocfoepojfegbafgokdjnpnhajjgb
URL Officiel https://chromewebstore.google.com/detail/bookmark-beautifier/ahnaocfoepojfegbafgokdjnpnhajjgb
Description A browser extension that sorts and organizes bookmarks, also has an edit mode.
Taille du Fichier 625 KB
Nombre d'Installations 1,218
Version Actuelle 1.0.5.5
Dernière Mise à Jour 2017-06-10
Date de Publication 2017-06-10
Évaluation 3.26/5 Total 19 Évaluations
Développeur Jelly Corp
Type de Paiement free
Site Web de l'Extension https://github.com/koolzz/bookmark-beautifier
Langues Prises en Charge 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"
    }
}