ReSTYLE

ReSTYLE Easy way to customize your web pages Change the appearance of your favorite web pages as you need Modern UI - Inspired…

什麼是ReSTYLE?

ReSTYLE是由https://graberzz.github.io/restyle開發的Chrome擴展程式,該擴展的主要功能是“ReSTYLE Easy way to customize your web pages Change the appearance of your favorite web pages as you need Modern UI - Inspired…”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載ReSTYLE擴展crx文件

下載ReSTYLE擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        ReSTYLE

Easy way to customize your web pages

Change the appearance of your favorite web pages as you need

  Modern UI - Inspired by Google's Material Design
  Easy access to key features - Change styles using the most popular properties, such as text, color, etc.
  Save your styles - Keep the styles that you've created forever.                    

擴展基本資訊

名稱 ReSTYLE ReSTYLE
ID jofgmocgepahhifccembmdpehpbcccgo
官方網址 https://chromewebstore.google.com/detail/restyle/jofgmocgepahhifccembmdpehpbcccgo
簡介 ReSTYLE Easy way to customize your web pages Change the appearance of your favorite web pages as you need Modern UI - Inspired…
檔案大小 1.84 MB
安裝次數 74
目前版本 2.0
更新時間 2018-06-15
上架時間 2018-06-15
開發者 https://graberzz.github.io/restyle
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ReSTYLE",
    "version": "2.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/ReSTYLE_256.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "38": "icons\/ReSTYLE_38.png",
        "256": "icons\/ReSTYLE_256.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": false
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        ""
    ]
}