Sorter Bookmarks

Bookmarks ordener depending the usage rate

Cos'è Sorter Bookmarks?

Sorter Bookmarks è un'estensione di Chrome sviluppata da Marcelo Pasut, e la sua funzione principale è "Bookmarks ordener depending the usage rate".

Scarica il file CRX dell'estensione Sorter Bookmarks

Scarica i file di estensione Sorter Bookmarks 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

                        Bacground bookmark sorter that sort the bookmarks by use rate.

Version 1.0: First production release.
Version 1.0.1: Fix bug first update.
Version 1.0.2: Fig bug when update bookmarks count.                    

Informazioni di Base sull'Estensione

Nome Sorter Bookmarks Sorter Bookmarks
ID nihcakehgfpbpgjjdbgnnadbchmmfmag
URL Ufficiale https://chrome.google.com/webstore/detail/sorter-bookmarks/nihcakehgfpbpgjjdbgnnadbchmmfmag
Descrizione Bookmarks ordener depending the usage rate
Dimensione del File 10.66 KB
Conteggio Installazioni 31
Versione Corrente 1.0.2
Ultimo Aggiornamento 2014-11-24
Data di Pubblicazione 2014-11-24
Valutazione 1.50/5 Totale 2 Valutazioni
Sviluppatore Marcelo Pasut
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sorter Bookmarks",
    "description": "Bookmarks ordener depending the usage rate",
    "version": "1.0.2",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "bookmarks",
        "tabs",
        "storage"
    ]
}