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"
}