Link Shortener for Amazon
Creates shortlinks for amazon.com pages, optionally including an affiliate code.
Wat is Link Shortener for Amazon?
Link Shortener for Amazon is een Chrome-extensie ontwikkeld door ghosttie, en de belangrijkste functie is "Creates shortlinks for amazon.com pages, optionally including an affiliate code.".
Extensie Screenshots
Download het CRX-bestand van de extensie Link Shortener for Amazon
Download Link Shortener for Amazon-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
This extension creates shortlinks for amazon.com pages, optionally including an affiliate code. Super Mono Icon Set by Double-J Design (http://www.doublejdesign.co.uk)
Basisinformatie over de Extensie
Naam | |
ID | lbbopmkkbkfmcekccbbgcnlicjedokld |
Officiële URL | https://chrome.google.com/webstore/detail/link-shortener-for-amazon/lbbopmkkbkfmcekccbbgcnlicjedokld |
Beschrijving | Creates shortlinks for amazon.com pages, optionally including an affiliate code. |
Bestandsgrootte | 14.33 KB |
Aantal Installaties | 361 |
Huidige Versie | 0.0.6 |
Laatst Bijgewerkt | 2014-01-06 |
Publicatiedatum | 2014-01-06 |
Beoordeling | 3.88/5 Totaal 8 Beoordelingen |
Ontwikkelaar | ghosttie |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.wizardstower.co.uk/ |
Help Pagina-URL | http://www.wizardstower.co.uk/wordpress/2013/08/05/my-third-chrome-extension-link-shortener-for-amazon/ |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_security_policy": "default-src 'none'; script-src 'self'", "version": "0.0.6", "name": "Link Shortener for Amazon", "description": "Creates shortlinks for amazon.com pages, optionally including an affiliate code.", "background": { "page": "background.html" }, "permissions": [ "tabs", "clipboardWrite", "storage" ], "icons": { "48": "images\/icon48.png" }, "options_page": "options.html", "page_action": { "default_icon": "images\/icon48.png", "default_title": "Link Shortener" } } |