Graphite Skin for Podio

Dark Skin for Podio, with extras

Graphite Skin for Podioとは何ですか?

Graphite Skin for PodioはMark Robbinsによって開発されたChromeの拡張機能で、その主な機能は「Dark Skin for Podio, with extras」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

Graphite Skin for Podio拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Skin Podio.com with a dark, Graphite and Gold theme. 

Graphite Skin is more than color and styling, it includes enhancements to the Podio UI.

• Many menus and items are now easier to click on
• Element sizes and margins have been reduced for a more compact layout
• Hover indicators now show when items are clickable
• HTML Select elements have been replace with an advanced search widget!
• Pressing F7 will toggle the styling
• Pressing Insert will create a new Item
• More secret keys are available if you make a donation!

== The Future ==
Coming very soon will be other versions of the skin similar to Graphite.

• Sandstorm — a version with a light grey palette
• Snowblind — a version with a white palette

== Graphite Supercharger ==
Also, keep an eye out for the Graphite Supercharger Chrome Extension for Podio, which will include:

• A full set of Shortcut Keys to enhance your productivity with Podio
• Other widgets and functionality that will improve your Podio experience                    

拡張機能の基本情報

名前 Graphite Skin for Podio Graphite Skin for Podio
ID daandoimdojkelmmkemofngomlnhapin
公式URL https://chromewebstore.google.com/detail/graphite-skin-for-podio/daandoimdojkelmmkemofngomlnhapin
説明 Dark Skin for Podio, with extras
ファイルサイズ 2.24 MB
インストール数 35
現在のバージョン 0.0.0.6
最終更新日 2015-05-07
公開日 2015-05-07
評価 2.67/5 合計 3 レビュー
開発者 Mark Robbins
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Graphite Skin for Podio",
    "short_name": "Graphite Skin",
    "description": "Dark Skin for Podio, with extras",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "",
        "storage",
        "clipboardWrite",
        "clipboardRead",
        "declarativeContent",
        "http:\/\/podio.com\/*",
        "https:\/\/podio.com\/*"
    ],
    "version": "0.0.0.6",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/podio.com\/*",
                "https:\/\/podio.com\/*"
            ],
            "js": [
                "visibility.js",
                "md5.js",
                "underscore2.js",
                "tinycolor.js",
                "jquery-1.11.2.min.js",
                "color-thief.js",
                "jdenticon-1.1.0.js",
                "jquery-ui.js",
                "lib\/ns.js",
                "lib\/path.js",
                "lib\/branch.js",
                "jqobs.js",
                "chosen.jquery.js",
                "script.js"
            ],
            "css": [
                "hider.css",
                "chosen.css"
            ],
            "all_frames": false,
            "run_at": "document_start",
            "xrun_at": "document_idle"
        },
        {
            "matches": [
                "http:\/\/podio.com\/*",
                "https:\/\/podio.com\/*"
            ],
            "js": [
                "idle.js"
            ],
            "all_frames": false,
            "xrun_at": "document_start",
            "run_at": "document_idle"
        }
    ],
    "page_action": {
        "default_icon": "icon-19.png",
        "default_title": "Podio Graphite",
        "popup": "popup.html"
    },
    "web_accessible_resources": [
        "hider.css",
        "chosen.css",
        "spacenavapp.css",
        "styles.css",
        "underscore2.js",
        "tinycolor.js",
        "icon48.png",
        "icon16.png",
        "icon128.png"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.podio.com\/*"
        ]
    }
}