Bookmark beautifier

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

Was ist Bookmark beautifier?

Bookmark beautifier ist eine Chrome-Erweiterung, die von Jelly Corp entwickelt wurde, und ihr Hauptmerkmal ist "A browser extension that sorts and organizes bookmarks, also has an edit mode.".

Erweiterungsscreenshots

screenshot
screenshot

Bookmark beautifier-Erweiterungs-CRX-Datei herunterladen

Laden Sie Bookmark beautifier-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Bookmark beautifier Bookmark beautifier
ID ahnaocfoepojfegbafgokdjnpnhajjgb
Offizielle URL https://chromewebstore.google.com/detail/bookmark-beautifier/ahnaocfoepojfegbafgokdjnpnhajjgb
Beschreibung A browser extension that sorts and organizes bookmarks, also has an edit mode.
Dateigröße 625 KB
Installationsanzahl 1,218
Aktuelle Version 1.0.5.5
Letztes Update 2017-06-10
Veröffentlichungsdatum 2017-06-10
Bewertung 3.26/5 Insgesamt 19 Bewertungen
Entwickler Jelly Corp
Zahlungsart free
Erweiterungswebsite https://github.com/koolzz/bookmark-beautifier
Unterstützte Sprachen 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"
    }
}