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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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\/*"
    ]
}