Bookmate Sort

Enhances the https://bookmate.com experience.

Cos'è Bookmate Sort?

Bookmate Sort è un'estensione di Chrome sviluppata da Abbas Gussenov, e la sua funzione principale è "Enhances the https://bookmate.com experience.".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Bookmate Sort

Scarica i file di estensione Bookmate Sort 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

                        Allow to sort all your books by page count.
Allow to see all your books in one massive list.
Allow to see all your premium books.
Allow to see all your books in English language.
Allow to see all your books in Russian language.                    

Informazioni di Base sull'Estensione

Nome Bookmate Sort Bookmate Sort
ID diopcmnlghdhaacljhadmckickemajkb
URL Ufficiale https://chrome.google.com/webstore/detail/bookmate-sort/diopcmnlghdhaacljhadmckickemajkb
Descrizione Enhances the https://bookmate.com experience.
Dimensione del File 46.4 KB
Conteggio Installazioni 41
Versione Corrente 0.0.0.5
Ultimo Aggiornamento 2018-07-16
Data di Pubblicazione 2018-07-16
Valutazione 2.00/5 Totale 1 Valutazioni
Sviluppatore Abbas Gussenov
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/gusenov/bookmate-sort
URL della Pagina di Aiuto https://github.com/gusenov/bookmate-sort/issues
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bookmate Sort",
    "version": "0.0.0.5",
    "description": "Enhances the https:\/\/bookmate.com experience.",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "author": "Abbas Gussenov",
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "https:\/\/*.bookmate.com\/*"
    ],
    "short_name": "BookmateSort"
}