Etsy Extra Share Buttons
Adds additional share buttons to an Etsy product listing
Cos'è Etsy Extra Share Buttons?
Etsy Extra Share Buttons è un'estensione di Chrome sviluppata da Zetaphor, e la sua funzione principale è "Adds additional share buttons to an Etsy product listing".
Scarica il file CRX dell'estensione Etsy Extra Share Buttons
Scarica i file di estensione Etsy Extra Share Buttons in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | oocmapemneikbpbdibkomjaahcebglfm |
URL Ufficiale | https://chrome.google.com/webstore/detail/etsy-extra-share-buttons/oocmapemneikbpbdibkomjaahcebglfm |
Descrizione | Adds additional share buttons to an Etsy product listing |
Dimensione del File | 183 KB |
Conteggio Installazioni | 57 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2017-02-14 |
Data di Pubblicazione | 2017-02-14 |
Sviluppatore | Zetaphor |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/Zetaphor/etsy-extra-share-buttons |
Lingue Supportate | 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\/*" ] } |