Manga Bookmark

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

Manga Bookmarkとは何ですか?

Manga BookmarkはSouzaCodeによって開発されたChromeの拡張機能で、その主な機能は「MangaBookmark is an application for you to keep track of the chapters you read in an easy and fast way! More at: *…」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Manga Bookmark拡張機能のCRXファイルをダウンロード

Manga Bookmark拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Manga Bookmark Manga Bookmark
ID hclahhnkdechgledjlbjnldiakecdedg
公式URL https://chromewebstore.google.com/detail/manga-bookmark/hclahhnkdechgledjlbjnldiakecdedg
説明 MangaBookmark is an application for you to keep track of the chapters you read in an easy and fast way! More at: *…
ファイルサイズ 721 KB
インストール数 156
現在のバージョン 1.4.2
最終更新日 2022-01-23
公開日 2020-10-03
評価 5.00/5 合計 3 レビュー
開発者 SouzaCode
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/SouzaCode/MangaBookmark
対応言語 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"
    ]
}