Etsy Extra Share Buttons

Adds additional share buttons to an Etsy product listing

Etsy Extra Share Buttons là gì?

Etsy Extra Share Buttons là một tiện ích mở rộng Chrome được phát triển bởi Zetaphor, và tính năng chính của nó là "Adds additional share buttons to an Etsy product listing".

Tải xuống tệp CRX của tiện ích mở rộng Etsy Extra Share Buttons

Tải xuống các tệp mở rộng Etsy Extra Share Buttons dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Etsy Extra Share Buttons Etsy Extra Share Buttons
ID oocmapemneikbpbdibkomjaahcebglfm
URL Chính Thức https://chrome.google.com/webstore/detail/etsy-extra-share-buttons/oocmapemneikbpbdibkomjaahcebglfm
Mô tả Adds additional share buttons to an Etsy product listing
Kích Thước Tệp 183 KB
Số Lần Cài Đặt 57
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-02-14
Ngày Phát Hành 2017-02-14
Nhà Phát Triển Zetaphor
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Zetaphor/etsy-extra-share-buttons
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}