Link Shortener for Amazon

Creates shortlinks for amazon.com pages, optionally including an affiliate code.

What is Link Shortener for Amazon?

Link Shortener for Amazon is a Chrome extension developed by ghosttie, and its main feature is "Creates shortlinks for amazon.com pages, optionally including an affiliate code.".

Extension Screenshots

screenshot

Download Link Shortener for Amazon Extension CRX File

Download Link Shortener for Amazon extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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)                    

Extension Basic Information

Name Link Shortener for Amazon Link Shortener for Amazon
ID lbbopmkkbkfmcekccbbgcnlicjedokld
Official URL https://chrome.google.com/webstore/detail/link-shortener-for-amazon/lbbopmkkbkfmcekccbbgcnlicjedokld
Description Creates shortlinks for amazon.com pages, optionally including an affiliate code.
File Size 14.33 KB
Installation Count 361
Current Version 0.0.6
Last Updated 2014-01-06
Publish Date 2014-01-06
Rating 3.88/5 Total 8 Ratings
Developer ghosttie
Email [email protected]
Payment Type free
Extension Website http://www.wizardstower.co.uk/
Help Page URL http://www.wizardstower.co.uk/wordpress/2013/08/05/my-third-chrome-extension-link-shortener-for-amazon/
Supported Languages 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"
    }
}