Pinboard.in condensed view

Pinboard.in condensed view

什么是Pinboard.in condensed view?

Pinboard.in condensed view是由https://justin.kelly.org.au开发的Chrome扩展程序,该扩展的主要功能是“Pinboard.in condensed view”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Pinboard.in condensed view扩展crx文件

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

扩展使用说明

                        A condensed view for Pinboard.in

* Condenses the bookmark listing
* Adds stripping for bookmark listing for easier viewing
* Removes stars
* Removes show and when bookmark was created
* Trims bookmarks title to 50 characters                    

扩展基本信息

名称 Pinboard.in condensed view Pinboard.in condensed view
ID mambbmaeihhfnajbfpgpbogempeakafj
官方URL https://chromewebstore.google.com/detail/pinboardin-condensed-view/mambbmaeihhfnajbfpgpbogempeakafj
简介 Pinboard.in condensed view
文件大小 96.67 KB
安装次数 29
当前版本 0.1
更新时间 2013-04-29
上架时间 2013-04-28
评分 5.00/5 共1次评分
开发者 https://justin.kelly.org.au
付费类型 free
扩展官网 https://github.com/justinkelly/chrome_pinboard_condensed
帮助页面URL https://github.com/justinkelly/chrome_pinboard_condensed
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Pinboard.in condensed view",
    "name": "Pinboard.in condensed view",
    "icons": {
        "128": "img\/pinboard128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.pinboard.in\/*",
                "https:\/\/*.pinboard.in\/*"
            ],
            "js": [
                "jquery.js",
                "chrome_pinboard_condensed.js"
            ]
        }
    ],
    "manifest_version": 2,
    "version": "0.1"
}