QuickPin

Add the current tab to your Pinboard's Read Later

QuickPinとは何ですか?

QuickPinはhttps://birchtree.meによって開発されたChromeの拡張機能で、その主な機能は「Add the current tab to your Pinboard's Read Later」です。

拡張機能のスクリーンショット

screenshot
screenshot

QuickPin拡張機能のCRXファイルをダウンロード

QuickPin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This is a very simple, very fast extension for Pinboard users. All it does is save the current tab to your Pinboard's read later folder.

Please be aware this is a limited initial release. There are no settings in the app and no error handling implemented. I would advise checking your Pinboard account after saving your first page just to make sure everything is working properly.                    

拡張機能の基本情報

名前 QuickPin QuickPin
ID bplllpnppecllkkfmbffnojccbiiefba
公式URL https://chromewebstore.google.com/detail/quickpin/bplllpnppecllkkfmbffnojccbiiefba
説明 Add the current tab to your Pinboard's Read Later
ファイルサイズ 33.69 KB
インストール数 24
現在のバージョン 1.0
最終更新日 2016-02-19
公開日 2016-02-19
評価 5.00/5 合計 2 レビュー
開発者 https://birchtree.me
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://birchtree.me/blog/quickpin-chrome/
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QuickPin",
    "short_name": "A fast, simple extension to save to Pinboard",
    "description": "Add the current tab to your Pinboard's Read Later",
    "version": "1.0",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ]
}