Kindle Beautifier

Kindle Beautifier for Highlights

Kindle Beautifierとは何ですか?

Kindle Beautifierはcarlyeahによって開発されたChromeの拡張機能で、その主な機能は「Kindle Beautifier for Highlights」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Kindle Beautifier is the best way to upgrade your reading experience.  It enhance the highlights page, by giving it book covers and grouping all your selections.

No more bloated text all around the site. Now, is all about you, what your care and your books, in the clearest way you can imagine.

Hope you enjoy it!                    

拡張機能の基本情報

名前 Kindle Beautifier Kindle Beautifier
ID dpcilgpodpfccjfajmjlhgaefbhkckfk
公式URL https://chromewebstore.google.com/detail/kindle-beautifier/dpcilgpodpfccjfajmjlhgaefbhkckfk
説明 Kindle Beautifier for Highlights
ファイルサイズ 203 KB
インストール数 43
現在のバージョン 1.0.1
最終更新日 2019-03-08
公開日 2019-03-08
評価 5.00/5 合計 4 レビュー
開発者 carlyeah
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "web_accessible_resources": [
        "*.ttf"
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/kindle.amazon.com\/your_highlights"
            ],
            "js": [
                "bower_components\/lodash\/dist\/lodash.min.js",
                "bower_components\/jquery\/dist\/jquery.min.js",
                "scripts\/contentscript.js"
            ],
            "css": [
                "styles\/main.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Kindle Beautifier"
    }
}