Bookman

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

O que é Bookman?

Bookman é uma extensão do Chrome desenvolvida por Kenny, e sua principal característica é "Keeps track of your manga, anime, and light novel progress. Shows anime wallpapers on new tabs.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Bookman

Baixe arquivos de extensão Bookman no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Bookman Bookman
ID kfcbhblkokdgpfpnjinjjdaieelkdjdg
URL Oficial https://chrome.google.com/webstore/detail/bookman/kfcbhblkokdgpfpnjinjjdaieelkdjdg
Descrição Keeps track of your manga, anime, and light novel progress. Shows anime wallpapers on new tabs.
Tamanho do Arquivo 859 KB
Contagem de Instalações 58
Versão Atual 0.0.0.47
Última Atualização 2019-01-14
Data de Publicação 2019-01-14
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Kenny
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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:\/\/*\/*"
    ]
}