Bookman

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

Wat is Bookman?

Bookman is een Chrome-extensie ontwikkeld door Kenny, en de belangrijkste functie is "Keeps track of your manga, anime, and light novel progress. Shows anime wallpapers on new tabs.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Bookman

Download Bookman-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Bookman Bookman
ID kfcbhblkokdgpfpnjinjjdaieelkdjdg
Officiële URL https://chrome.google.com/webstore/detail/bookman/kfcbhblkokdgpfpnjinjjdaieelkdjdg
Beschrijving Keeps track of your manga, anime, and light novel progress. Shows anime wallpapers on new tabs.
Bestandsgrootte 859 KB
Aantal Installaties 58
Huidige Versie 0.0.0.47
Laatst Bijgewerkt 2019-01-14
Publicatiedatum 2019-01-14
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Kenny
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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:\/\/*\/*"
    ]
}