Manga Bookmark

MangaBookmark is an application for you to keep track of the chapters you read in an easy and fast way! More at: *…

Cos'è Manga Bookmark?

Manga Bookmark è un'estensione di Chrome sviluppata da SouzaCode, e la sua funzione principale è "MangaBookmark is an application for you to keep track of the chapters you read in an easy and fast way! More at: *…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Manga Bookmark

Scarica i file di estensione Manga Bookmark 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

                        MangaBookmark is an application for you to keep track of the chapters you read in an easy and fast way!

More at:
* https://github.com/SouzaCode/MangaBookmark                    

Informazioni di Base sull'Estensione

Nome Manga Bookmark Manga Bookmark
ID hclahhnkdechgledjlbjnldiakecdedg
URL Ufficiale https://chromewebstore.google.com/detail/manga-bookmark/hclahhnkdechgledjlbjnldiakecdedg
Descrizione MangaBookmark is an application for you to keep track of the chapters you read in an easy and fast way! More at: *…
Dimensione del File 721 KB
Conteggio Installazioni 156
Versione Corrente 1.4.2
Ultimo Aggiornamento 2022-01-23
Data di Pubblicazione 2020-10-03
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore SouzaCode
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/SouzaCode/MangaBookmark
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "MangaB",
    "name": "Manga Bookmark",
    "manifest_version": 2,
    "version": "1.4.2",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Manga Bookmark",
        "default_icon": "logo_sf192b.png"
    },
    "icons": {
        "192": "logo_sf192b.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ]
}