Bookmark beautifier

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

Vad är Bookmark beautifier?

Bookmark beautifier är en Chrome-tillägg utvecklad av Jelly Corp, och dess huvudfunktion är "A browser extension that sorts and organizes bookmarks, also has an edit mode.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Bookmark beautifier-förlängningens CRX-fil

Ladda ner Bookmark beautifier-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Bookmark beautifier Bookmark beautifier
ID ahnaocfoepojfegbafgokdjnpnhajjgb
Officiell webbadress https://chromewebstore.google.com/detail/bookmark-beautifier/ahnaocfoepojfegbafgokdjnpnhajjgb
Beskrivning A browser extension that sorts and organizes bookmarks, also has an edit mode.
Filstorlek 625 KB
Antal Installationer 1,218
Aktuell Version 1.0.5.5
Senast Uppdaterad 2017-06-10
Publiceringsdatum 2017-06-10
Betyg 3.26/5 Totalt 19 Betyg
Utvecklare Jelly Corp
Betalningssätt free
Tilläggswebbplats https://github.com/koolzz/bookmark-beautifier
Stödda Språk 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"
    }
}