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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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\/*"
    ]
}