Link Shortener for Amazon

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

Link Shortener for Amazonとは何ですか?

Link Shortener for Amazonはghosttieによって開発されたChromeの拡張機能で、その主な機能は「Creates shortlinks for amazon.com pages, optionally including an affiliate code.」です。

拡張機能のスクリーンショット

screenshot

Link Shortener for Amazon拡張機能のCRXファイルをダウンロード

Link Shortener for Amazon拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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)                    

拡張機能の基本情報

名前 Link Shortener for Amazon Link Shortener for Amazon
ID lbbopmkkbkfmcekccbbgcnlicjedokld
公式URL https://chrome.google.com/webstore/detail/link-shortener-for-amazon/lbbopmkkbkfmcekccbbgcnlicjedokld
説明 Creates shortlinks for amazon.com pages, optionally including an affiliate code.
ファイルサイズ 14.33 KB
インストール数 361
現在のバージョン 0.0.6
最終更新日 2014-01-06
公開日 2014-01-06
評価 3.88/5 合計 8 レビュー
開発者 ghosttie
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.wizardstower.co.uk/
ヘルプページのURL http://www.wizardstower.co.uk/wordpress/2013/08/05/my-third-chrome-extension-link-shortener-for-amazon/
対応言語 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"
    }
}