Etsy Extra Share Buttons
Adds additional share buttons to an Etsy product listing
Wat is Etsy Extra Share Buttons?
Etsy Extra Share Buttons is een Chrome-extensie ontwikkeld door Zetaphor, en de belangrijkste functie is "Adds additional share buttons to an Etsy product listing".
Download het CRX-bestand van de extensie Etsy Extra Share Buttons
Download Etsy Extra Share Buttons-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | oocmapemneikbpbdibkomjaahcebglfm |
Officiële URL | https://chrome.google.com/webstore/detail/etsy-extra-share-buttons/oocmapemneikbpbdibkomjaahcebglfm |
Beschrijving | Adds additional share buttons to an Etsy product listing |
Bestandsgrootte | 183 KB |
Aantal Installaties | 57 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2017-02-14 |
Publicatiedatum | 2017-02-14 |
Ontwikkelaar | Zetaphor |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/Zetaphor/etsy-extra-share-buttons |
Ondersteunde Talen | 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\/*" ] } |