Bookmarks Reorderer

Moves created bookmarks to the top of their folder.

Cos'è Bookmarks Reorderer?

Bookmarks Reorderer è un'estensione di Chrome sviluppata da Daniel Herr, e la sua funzione principale è "Moves created bookmarks to the top of their folder.".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Bookmarks Reorderer

Scarica i file di estensione Bookmarks Reorderer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Bookmarks Reorderer Bookmarks Reorderer
ID dojjmigcfgjcjakkdhmnkcjajbjcjnja
URL Ufficiale https://chromewebstore.google.com/detail/bookmarks-reorderer/dojjmigcfgjcjakkdhmnkcjajbjcjnja
Descrizione Moves created bookmarks to the top of their folder.
Dimensione del File 6.01 KB
Conteggio Installazioni 1,582
Versione Corrente 2.0.1
Ultimo Aggiornamento 2016-01-29
Data di Pubblicazione 2016-01-29
Valutazione 4.52/5 Totale 27 Valutazioni
Sviluppatore Daniel Herr
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://danielherr.github.io/
Lingue Supportate 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"
}