Etsy Extra Share Buttons

Adds additional share buttons to an Etsy product listing

Etsy Extra Share Buttonsคืออะไร?

Etsy Extra Share Buttons เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Zetaphor และคุณลักษณะหลักของมันคือ "Adds additional share buttons to an Etsy product listing"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Etsy Extra Share Buttons

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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\/*"
    ]
}