Bookmarks Reorderer

Moves created bookmarks to the top of their folder.

Co je Bookmarks Reorderer?

Bookmarks Reorderer je rozšíření Chrome vyvinuté Daniel Herr, a jeho hlavní funkcí je „Moves created bookmarks to the top of their folder.“.

Snímky obrazovky rozšíření

Stáhnout soubor CRX rozšíření Bookmarks Reorderer

Stáhněte si soubory rozšíření Bookmarks Reorderer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This extension moves newly created bookmarks to the top of their folder. There is also an option to move bookmarks to the top after they are moved to a different folder.                    

Základní Informace o Rozšíření

Název Bookmarks Reorderer Bookmarks Reorderer
ID dojjmigcfgjcjakkdhmnkcjajbjcjnja
Oficiální URL https://chromewebstore.google.com/detail/bookmarks-reorderer/dojjmigcfgjcjakkdhmnkcjajbjcjnja
Popis Moves created bookmarks to the top of their folder.
Velikost souboru 6.01 KB
Počet instalací 1,582
Aktuální Verze 2.0.1
Poslední Aktualizace 2016-01-29
Datum Vydání 2016-01-29
Hodnocení 4.52/5 Celkem 27 Hodnocení
Vývojář Daniel Herr
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://danielherr.github.io/
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bookmarks Reorderer",
    "version": "2.0.1",
    "description": "Moves created bookmarks to the top of their folder.",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "homepage_url": "https:\/\/googledrive.com\/host\/0B9_ds1FPyRuZYTFDeE1SNHdPc0E\/",
    "offline_enabled": true,
    "permissions": [
        "bookmarks",
        "storage"
    ],
    "options_page": "options.html"
}