styleguide

generate style guide for current page

styleguideとは何ですか?

styleguideはanilbms75によって開発されたChromeの拡張機能で、その主な機能は「generate style guide for current page」です。

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

screenshot

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

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

拡張機能の使用方法

                        Generate styleguide  of website background color and text color using styleguide chrome extension.                    

拡張機能の基本情報

名前 styleguide styleguide
ID ampnidbjgoblgcheailmnikomlelelid
公式URL https://chromewebstore.google.com/detail/styleguide/ampnidbjgoblgcheailmnikomlelelid
説明 generate style guide for current page
ファイルサイズ 12.39 KB
インストール数 366
現在のバージョン 1.0.0
最終更新日 2016-12-31
公開日 2016-12-30
評価 2.00/5 合計 1 レビュー
開発者 anilbms75
支払い方法 free
拡張機能のウェブサイト https://twitter.com/anilbms75
ヘルプページのURL https://twitter.com/anilbms75
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "styleguide",
    "description": "generate style guide for current page",
    "version": "1.0.0",
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "generate style guide"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}