Graphite Skin for Podio

Dark Skin for Podio, with extras

O que é Graphite Skin for Podio?

Graphite Skin for Podio é uma extensão do Chrome desenvolvida por Mark Robbins, e sua principal característica é "Dark Skin for Podio, with extras".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Graphite Skin for Podio

Baixe arquivos de extensão Graphite Skin for Podio no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Graphite Skin for Podio Graphite Skin for Podio
ID daandoimdojkelmmkemofngomlnhapin
URL Oficial https://chromewebstore.google.com/detail/graphite-skin-for-podio/daandoimdojkelmmkemofngomlnhapin
Descrição Dark Skin for Podio, with extras
Tamanho do Arquivo 2.24 MB
Contagem de Instalações 35
Versão Atual 0.0.0.6
Última Atualização 2015-05-07
Data de Publicação 2015-05-07
Classificação 2.67/5 Total de 3 Avaliações
Desenvolvedor Mark Robbins
Tipo de Pagamento free
Idiomas Suportados 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\/*"
        ]
    }
}