Manga Bookmark

MangaBookmark is an application for you to keep track of the chapters you read in an easy and fast way! More at: *…

Hvad er Manga Bookmark?

Manga Bookmark er en Chrome-udvidelse udviklet af SouzaCode, og dens hovedfunktion er "MangaBookmark is an application for you to keep track of the chapters you read in an easy and fast way! More at: *…".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Manga Bookmark-udvidelses-CRX-fil

Download Manga Bookmark-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        MangaBookmark is an application for you to keep track of the chapters you read in an easy and fast way!

More at:
* https://github.com/SouzaCode/MangaBookmark                    

Grundlæggende oplysninger om udvidelsen

Navn Manga Bookmark Manga Bookmark
ID hclahhnkdechgledjlbjnldiakecdedg
Officiel URL https://chromewebstore.google.com/detail/manga-bookmark/hclahhnkdechgledjlbjnldiakecdedg
Beskrivelse MangaBookmark is an application for you to keep track of the chapters you read in an easy and fast way! More at: *…
Filstørrelse 721 KB
Antal Installationer 156
Nuværende Version 1.4.2
Senest Opdateret 2022-01-23
Udgivelsesdato 2020-10-03
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler SouzaCode
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/SouzaCode/MangaBookmark
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "MangaB",
    "name": "Manga Bookmark",
    "manifest_version": 2,
    "version": "1.4.2",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Manga Bookmark",
        "default_icon": "logo_sf192b.png"
    },
    "icons": {
        "192": "logo_sf192b.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ]
}