Bookman

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

What is Bookman?

Bookman is a Chrome extension developed by Kenny, and its main feature is "Keeps track of your manga, anime, and light novel progress. Shows anime wallpapers on new tabs.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Bookman Extension CRX File

Download Bookman extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Bookman Bookman
ID kfcbhblkokdgpfpnjinjjdaieelkdjdg
Official URL https://chrome.google.com/webstore/detail/bookman/kfcbhblkokdgpfpnjinjjdaieelkdjdg
Description Keeps track of your manga, anime, and light novel progress. Shows anime wallpapers on new tabs.
File Size 859 KB
Installation Count 58
Current Version 0.0.0.47
Last Updated 2019-01-14
Publish Date 2019-01-14
Rating 5.00/5 Total 2 Ratings
Developer Kenny
Email [email protected]
Payment Type free
Supported Languages 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:\/\/*\/*"
    ]
}