Better Pin It

Better Pinterest PinIt extension with context menu

Better Pin Itとは何ですか?

Better Pin ItはDennis Hildenbrandによって開発されたChromeの拡張機能で、その主な機能は「Better Pinterest PinIt extension with context menu」です。

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

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

拡張機能の使用方法

                        Allows you to pin images from every page either through the task bar icon or from the context menu.                    

拡張機能の基本情報

名前 Better Pin It Better Pin It
ID dogjgmhpdaaibbnidlejhkgnmcknfekl
公式URL https://chrome.google.com/webstore/detail/better-pin-it/dogjgmhpdaaibbnidlejhkgnmcknfekl
説明 Better Pinterest PinIt extension with context menu
ファイルサイズ 26.49 KB
インストール数 1,000
現在のバージョン 1.0
最終更新日 2014-01-26
公開日 2014-01-26
評価 3.89/5 合計 9 レビュー
開発者 Dennis Hildenbrand
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Better Pin It",
    "description": "Better Pinterest PinIt extension with context menu",
    "version": "1.0",
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js",
            "context.js"
        ]
    },
    "browser_action": {
        "default_title": "Pin It",
        "default_icon": {
            "19": "pinterest_19.png",
            "38": "pinterest_38.png"
        }
    },
    "icons": {
        "16": "pinterest_16.png",
        "48": "pinterest_48.png",
        "128": "pinterest_128.png"
    }
}