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
公式URL 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",
        ""
    ]
}