ShotPin

ShotPin is an extension making it easy to share any portion of a web page to Pinterest with a link to it.

ShotPinとは何ですか?

ShotPinはhttp://shotpin.comによって開発されたChromeの拡張機能で、その主な機能は「ShotPin is an extension making it easy to share any portion of a web page to Pinterest with a link to it.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Latest update : Lots of fixes. Including Retina screen support.

A simple Chrome browser extension to make it easy to take a screenshot of any web page then share it on Pinterest!

Built by @Kosso : http://twitter.com/kosso 

Also added a little donate button ;)                    

拡張機能の基本情報

名前 ShotPin ShotPin
ID dndakgjimmmhpepokndjigkcpmmohkaj
公式URL https://chrome.google.com/webstore/detail/shotpin/dndakgjimmmhpepokndjigkcpmmohkaj
説明 ShotPin is an extension making it easy to share any portion of a web page to Pinterest with a link to it.
ファイルサイズ 39.4 KB
インストール数 2,000
現在のバージョン 3.0.0
最終更新日 2019-03-25
公開日 2019-03-25
評価 2.88/5 合計 68 レビュー
開発者 http://shotpin.com
支払い方法 free
拡張機能のウェブサイト http://shotpin.com
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ShotPin",
    "version": "3.0.0",
    "description": "ShotPin is an extension making it easy to share any portion of a web page to Pinterest with a link to it.",
    "homepage_url": "https:\/\/shotpin.com",
    "browser_action": {
        "default_icon": "shotpin-19.png",
        "default_title": "ShotPin"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background.js",
            "link.js"
        ]
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "*:\/\/*\/*",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "icons": {
        "16": "shotpin.png",
        "48": "shotpin-48.png",
        "128": "shotpin-128.png"
    },
    "web_accessible_resources": [
        "link.html",
        "background.html",
        "images\/shotpin_logo.png",
        "images\/cancel.png",
        "images\/tick.png",
        "images\/spinner.gif"
    ],
    "content_security_policy": "default-src 'none'; script-src 'self'; img-src data:"
}