Pin It!

Save links to read later across any chrome.

Pin It!とは何ですか?

Pin It!はblackchilledによって開発されたChromeの拡張機能で、その主な機能は「Save links to read later across any chrome.」です。

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

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

拡張機能の使用方法

                        A super easy way to Pin your links so that you can read later on. Instead of trying to search your history later on, just Pin it and you can come back later and read that link. Perfect for those Wikipedia/Quora/Reddit browsing.

Created by BC                    

拡張機能の基本情報

名前 Pin It! Pin It!
ID lelclmmddkdnopplahfbddmjeiocfcld
公式URL https://chrome.google.com/webstore/detail/pin-it/lelclmmddkdnopplahfbddmjeiocfcld
説明 Save links to read later across any chrome.
ファイルサイズ 48.21 KB
インストール数 11
現在のバージョン 0.0.1
最終更新日 2015-01-07
公開日 2015-01-07
開発者 blackchilled
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pin It!",
    "manifest_version": 2,
    "version": "0.0.1",
    "description": "Save links to read later across any chrome.",
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "logo-bitty.png",
        "48": "logo-small.png",
        "128": "logo-large.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "contextMenus",
        ""
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}