Bookman

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

ما هو Bookman؟

Bookman هو إضافة Chrome تم تطويرها بواسطة Kenny، والميزة الرئيسية لها هي "Keeps track of your manga, anime, and light novel progress. Shows anime wallpapers on new tabs.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Bookman

قم بتنزيل ملفات الامتداد Bookman بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Bookman Bookman
ID kfcbhblkokdgpfpnjinjjdaieelkdjdg
عنوان URL الرسمي https://chrome.google.com/webstore/detail/bookman/kfcbhblkokdgpfpnjinjjdaieelkdjdg
الوصف Keeps track of your manga, anime, and light novel progress. Shows anime wallpapers on new tabs.
حجم الملف 859 KB
عدد التثبيتات 58
النسخة الحالية 0.0.0.47
آخر تحديث 2019-01-14
تاريخ النشر 2019-01-14
تقييم 5.00/5 مجموع تقييمات 2
المطور Kenny
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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:\/\/*\/*"
    ]
}