Bookman

Keeps track of your manga, anime, and light novel progress. Shows anime wallpapers on new tabs.

Cos'è Bookman?

Bookman è un'estensione di Chrome sviluppata da Kenny, e la sua funzione principale è "Keeps track of your manga, anime, and light novel progress. Shows anime wallpapers on new tabs.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Bookman

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

                        Start reading manga, watching anime, or reading web novels at your favorite sites. Bookman will keep track of your progress across sites and may notify you when a new chapter or episode is out. 

Clicking on the Bookman icon will show you your progress. Clicking on a title takes you back to where you left off. You can also take a look at the currently airing anime on that page.

Opening new tab displays an anime wallpaper. Favorite and keep your own collection of anime wallpapers.

Supported Sites:

Anime:
- AnimeFreak
- AnimeSeason
- GoGoAnime
- NW Anime

Manga:
- FunManga
- GogoManga
- KissManga
- MangaFox
- MangaHere
- MangaLife
- MangaPanda
- MangaPark
- MangaReader
- MangaRock
- Webtoons

Light Novel: 
- GravityTales
- WuxiaWorld
- Webnovel                    

Informazioni di Base sull'Estensione

Nome Bookman Bookman
ID kfcbhblkokdgpfpnjinjjdaieelkdjdg
URL Ufficiale https://chrome.google.com/webstore/detail/bookman/kfcbhblkokdgpfpnjinjjdaieelkdjdg
Descrizione Keeps track of your manga, anime, and light novel progress. Shows anime wallpapers on new tabs.
Dimensione del File 859 KB
Conteggio Installazioni 58
Versione Corrente 0.0.0.47
Ultimo Aggiornamento 2019-01-14
Data di Pubblicazione 2019-01-14
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Kenny
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bookman",
    "short_name": "Bookman",
    "version": "0.0.0.47",
    "description": "Keeps track of your manga, anime, and light novel progress. Shows anime wallpapers on new tabs.",
    "browser_action": {
        "default_title": "Bookman",
        "default_icon": {
            "32": ".\/images\/lavi-128x128.png"
        }
    },
    "icons": {
        "16": ".\/images\/lavi-16.png",
        "32": ".\/images\/lavi-32.png",
        "48": ".\/images\/lavi-48.png",
        "128": ".\/images\/lavi-128x128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxay+40t4SMk1FSgCfVObiD\/ShqQ4RwptzJ7fSg0VzmPFcJoRKJMnTaWk5qwFykOrMSf8xOfFC8c7tbzqmsahseOSuuH7V1NGmmz56BGHrtE9\/w\/5GRh7hZ9CpBqHbLb5h4C9\/dUAJCC9LDxK4fDPr3zw0Xyo5HFlTMDttwA8J1bZprQ0H3EHhJnf2Bxy\/gm83YAB6wFPBe755qQcL\/9KHibYJdjqWZp+BIC23YZRilbv8qTKDGmhVjREwGhikZvxyv2cK3gi3L+U8oLRhaA0Yuwf5X6E5cWrmsgYEx5weXoSF4q4IqGiQGzB65j41SxszVA4Ygn4F5aGp8ldSxzJIQIDAQAB",
    "background": {
        "scripts": [
            ".\/assets\/commons.js",
            ".\/assets\/background.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "new_tab.html"
    },
    "permissions": [
        "background",
        "downloads",
        "storage",
        "tabs",
        "topSites",
        "unlimitedStorage",
        "chrome:\/\/favicon\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}