Pinboard style

This is a simple extension to improve the look and feel for Pinboard (http://pinboard.in).

什么是Pinboard style?

Pinboard style是由Zander Martineau开发的Chrome扩展程序,该扩展的主要功能是“This is a simple extension to improve the look and feel for Pinboard (http://pinboard.in).”。

扩展截图

screenshot
screenshot
screenshot

下载Pinboard style扩展crx文件

下载Pinboard style扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This is a simple extension to improve the look and feel for Pinboard (http://pinboard.in).

It is under active development so if you find any problems, please create an issue at https://github.com/mrmartineau/pinboard-chrome-extension/issues.                    

扩展基本信息

名称 Pinboard style Pinboard style
ID mmcabafimbenknlnlndkdfjgfkkljhmg
官方URL https://chrome.google.com/webstore/detail/pinboard-style/mmcabafimbenknlnlndkdfjgfkkljhmg
简介 This is a simple extension to improve the look and feel for Pinboard (http://pinboard.in).
文件大小 214 KB
安装次数 101
当前版本 0.0.4
更新时间 2014-08-03
上架时间 2014-08-03
评分 4.83/5 共6次评分
开发者 Zander Martineau
付费类型 free
扩展官网 https://github.com/mrmartineau/pinboard-chrome-extension
帮助页面URL https://github.com/mrmartineau/pinboard-chrome-extension/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pinboard style",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "This is a simple extension to improve the look and feel for Pinboard (http:\/\/pinboard.in).",
    "homepage_url": "http:\/\/martineau.tv",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "contentSettings",
        "https:\/\/pinboard.in\/*"
    ],
    "content_scripts": [
        {
            "css": [
                "src\/inject\/inject.css"
            ],
            "js": [
                "src\/inject\/inject.js"
            ],
            "matches": [
                "https:\/\/pinboard.in\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "src\/inject\/*",
        "img\/*"
    ]
}