Link Shortener for Amazon

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

Co to jest Link Shortener for Amazon?

Link Shortener for Amazon to rozszerzenie Chrome opracowane przez ghosttie, a jego główną funkcją jest „Creates shortlinks for amazon.com pages, optionally including an affiliate code.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Link Shortener for Amazon

Pobierz pliki rozszerzeń Link Shortener for Amazon w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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)                    

Podstawowe informacje o rozszerzeniu

Nazwa Link Shortener for Amazon Link Shortener for Amazon
ID lbbopmkkbkfmcekccbbgcnlicjedokld
Oficjalny URL https://chrome.google.com/webstore/detail/link-shortener-for-amazon/lbbopmkkbkfmcekccbbgcnlicjedokld
Opis Creates shortlinks for amazon.com pages, optionally including an affiliate code.
Rozmiar pliku 14.33 KB
Liczba instalacji 361
Aktualna Wersja 0.0.6
Ostatnia Aktualizacja 2014-01-06
Data Publikacji 2014-01-06
Ocena 3.88/5 Łącznie 8 Oceny
Deweloper ghosttie
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.wizardstower.co.uk/
Adres URL Strony Pomocy http://www.wizardstower.co.uk/wordpress/2013/08/05/my-third-chrome-extension-link-shortener-for-amazon/
Obsługiwane Języki 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"
    }
}