Manga Bookmark

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

Was ist Manga Bookmark?

Manga Bookmark ist eine Chrome-Erweiterung, die von SouzaCode entwickelt wurde, und ihr Hauptmerkmal ist "MangaBookmark is an application for you to keep track of the chapters you read in an easy and fast way! More at: *…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Manga Bookmark-Erweiterungs-CRX-Datei herunterladen

Laden Sie Manga Bookmark-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Manga Bookmark Manga Bookmark
ID hclahhnkdechgledjlbjnldiakecdedg
Offizielle URL https://chromewebstore.google.com/detail/manga-bookmark/hclahhnkdechgledjlbjnldiakecdedg
Beschreibung MangaBookmark is an application for you to keep track of the chapters you read in an easy and fast way! More at: *…
Dateigröße 721 KB
Installationsanzahl 156
Aktuelle Version 1.4.2
Letztes Update 2022-01-23
Veröffentlichungsdatum 2020-10-03
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler SouzaCode
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/SouzaCode/MangaBookmark
Unterstützte Sprachen 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"
    ]
}