Graphite Skin for Podio

Dark Skin for Podio, with extras

Was ist Graphite Skin for Podio?

Graphite Skin for Podio ist eine Chrome-Erweiterung, die von Mark Robbins entwickelt wurde, und ihr Hauptmerkmal ist "Dark Skin for Podio, with extras".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Graphite Skin for Podio-Erweiterungs-CRX-Datei herunterladen

Laden Sie Graphite Skin for Podio-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Graphite Skin for Podio Graphite Skin for Podio
ID daandoimdojkelmmkemofngomlnhapin
Offizielle URL https://chromewebstore.google.com/detail/graphite-skin-for-podio/daandoimdojkelmmkemofngomlnhapin
Beschreibung Dark Skin for Podio, with extras
Dateigröße 2.24 MB
Installationsanzahl 35
Aktuelle Version 0.0.0.6
Letztes Update 2015-05-07
Veröffentlichungsdatum 2015-05-07
Bewertung 2.67/5 Insgesamt 3 Bewertungen
Entwickler Mark Robbins
Zahlungsart free
Unterstützte Sprachen 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\/*"
        ]
    }
}