Etsy Extra Share Buttons

Adds additional share buttons to an Etsy product listing

Etsy Extra Share Buttonsとは何ですか?

Etsy Extra Share ButtonsはZetaphorによって開発されたChromeの拡張機能で、その主な機能は「Adds additional share buttons to an Etsy product listing」です。

Etsy Extra Share Buttons拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Adds additional buttons to an Etsy listing page. Makes the following changes to a listing:

* Removes Facebook like button
* Adds a Facebook share button
* Adds a Google+ share button
* Adds a WordPress.com share button
* Adds a Keep.com share button                    

拡張機能の基本情報

名前 Etsy Extra Share Buttons Etsy Extra Share Buttons
ID oocmapemneikbpbdibkomjaahcebglfm
公式URL https://chrome.google.com/webstore/detail/etsy-extra-share-buttons/oocmapemneikbpbdibkomjaahcebglfm
説明 Adds additional share buttons to an Etsy product listing
ファイルサイズ 183 KB
インストール数 57
現在のバージョン 1.0
最終更新日 2017-02-14
公開日 2017-02-14
開発者 Zetaphor
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/Zetaphor/etsy-extra-share-buttons
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Etsy Extra Share Buttons",
    "description": "Adds additional share buttons to an Etsy product listing",
    "author": "Zetaphor",
    "homepage_url": "http:\/\/zetaphor.me",
    "version": "1.0",
    "icons": {
        "16": "icon\/icon_16.png",
        "48": "icon\/icon_48.png",
        "128": "icon\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon\/icon_16.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min.js",
                "js\/etsy_share_buttons.js"
            ],
            "css": [
                "css\/etsy_buttons.css"
            ],
            "matches": [
                "https:\/\/www.etsy.com\/listing\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/*"
    ]
}