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
官方網址 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"
    }
}