Graphite Skin for Podio

Dark Skin for Podio, with extras

What is Graphite Skin for Podio?

Graphite Skin for Podio is a Chrome extension developed by Mark Robbins, and its main feature is "Dark Skin for Podio, with extras".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Graphite Skin for Podio Extension CRX File

Download Graphite Skin for Podio extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Graphite Skin for Podio Graphite Skin for Podio
ID daandoimdojkelmmkemofngomlnhapin
Official URL https://chromewebstore.google.com/detail/graphite-skin-for-podio/daandoimdojkelmmkemofngomlnhapin
Description Dark Skin for Podio, with extras
File Size 2.24 MB
Installation Count 35
Current Version 0.0.0.6
Last Updated 2015-05-07
Publish Date 2015-05-07
Rating 2.67/5 Total 3 Ratings
Developer Mark Robbins
Payment Type free
Supported Languages 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\/*"
        ]
    }
}