Link Shortener for Amazon

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

Qu'est-ce que Link Shortener for Amazon ?

Link Shortener for Amazon est une extension Chrome développée par ghosttie, et sa fonction principale est "Creates shortlinks for amazon.com pages, optionally including an affiliate code.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Link Shortener for Amazon

Téléchargez les fichiers d'extension Link Shortener for Amazon au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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)                    

Informations de Base sur l'Extension

Nom Link Shortener for Amazon Link Shortener for Amazon
ID lbbopmkkbkfmcekccbbgcnlicjedokld
URL Officiel https://chrome.google.com/webstore/detail/link-shortener-for-amazon/lbbopmkkbkfmcekccbbgcnlicjedokld
Description Creates shortlinks for amazon.com pages, optionally including an affiliate code.
Taille du Fichier 14.33 KB
Nombre d'Installations 361
Version Actuelle 0.0.6
Dernière Mise à Jour 2014-01-06
Date de Publication 2014-01-06
Évaluation 3.88/5 Total 8 Évaluations
Développeur ghosttie
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.wizardstower.co.uk/
URL de la Page d'Aide http://www.wizardstower.co.uk/wordpress/2013/08/05/my-third-chrome-extension-link-shortener-for-amazon/
Langues Prises en Charge 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"
    }
}