Link Shortener for Amazon
Creates shortlinks for amazon.com pages, optionally including an affiliate code.
Vad är Link Shortener for Amazon?
Link Shortener for Amazon är en Chrome-tillägg utvecklad av ghosttie, och dess huvudfunktion är "Creates shortlinks for amazon.com pages, optionally including an affiliate code.".
Tilläggsskärmbilder
Ladda ner Link Shortener for Amazon-förlängningens CRX-fil
Ladda ner Link Shortener for Amazon-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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)
Grundläggande Information om Tillägg
Namn | |
ID | lbbopmkkbkfmcekccbbgcnlicjedokld |
Officiell webbadress | https://chrome.google.com/webstore/detail/link-shortener-for-amazon/lbbopmkkbkfmcekccbbgcnlicjedokld |
Beskrivning | Creates shortlinks for amazon.com pages, optionally including an affiliate code. |
Filstorlek | 14.33 KB |
Antal Installationer | 361 |
Aktuell Version | 0.0.6 |
Senast Uppdaterad | 2014-01-06 |
Publiceringsdatum | 2014-01-06 |
Betyg | 3.88/5 Totalt 8 Betyg |
Utvecklare | ghosttie |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://www.wizardstower.co.uk/ |
Hjälpsida URL | http://www.wizardstower.co.uk/wordpress/2013/08/05/my-third-chrome-extension-link-shortener-for-amazon/ |
Stödda Språk | 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" } } |