Graphite Skin for Podio

Dark Skin for Podio, with extras

Graphite Skin for Podio là gì?

Graphite Skin for Podio là một tiện ích mở rộng Chrome được phát triển bởi Mark Robbins, và tính năng chính của nó là "Dark Skin for Podio, with extras".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Graphite Skin for Podio

Tải xuống các tệp mở rộng Graphite Skin for Podio dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Graphite Skin for Podio Graphite Skin for Podio
ID daandoimdojkelmmkemofngomlnhapin
URL Chính Thức https://chromewebstore.google.com/detail/graphite-skin-for-podio/daandoimdojkelmmkemofngomlnhapin
Mô tả Dark Skin for Podio, with extras
Kích Thước Tệp 2.24 MB
Số Lần Cài Đặt 35
Phiên Bản Hiện Tại 0.0.0.6
Cập Nhật Lần Cuối 2015-05-07
Ngày Phát Hành 2015-05-07
Đánh Giá 2.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Mark Robbins
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}