PinSnapper

Take anything you can see on a web page, and pin it to Pinterest

PinSnapperとは何ですか?

PinSnapperはChris Danfordによって開発されたChromeの拡張機能で、その主な機能は「Take anything you can see on a web page, and pin it to Pinterest」です。

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

screenshot

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

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

拡張機能の使用方法

                        PinSnapper lets you take anything you see on a web page, and create a Pinterest pin from it.  Just click the PinSnapper icon, drag a rectangle, and you've created a Pin!                    

拡張機能の基本情報

名前 PinSnapper PinSnapper
ID edamlpocaepmeldjhppnmadaieeoddba
公式URL https://chromewebstore.google.com/detail/pinsnapper/edamlpocaepmeldjhppnmadaieeoddba
説明 Take anything you can see on a web page, and pin it to Pinterest
ファイルサイズ 20.39 KB
インストール数 812
現在のバージョン 0.0.13
最終更新日 2014-06-16
公開日 2014-06-15
評価 3.08/5 合計 13 レビュー
開発者 Chris Danford
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.13",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "page_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_appName__"
    },
    "omnibox": {
        "keyword": "PinSnapper"
    },
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "web_accessible_resources": [
        "web_images\/*",
        "styles\/*"
    ]
}