Link Shortener for Amazon

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

Link Shortener for Amazon là gì?

Link Shortener for Amazon là một tiện ích mở rộng Chrome được phát triển bởi ghosttie, và tính năng chính của nó là "Creates shortlinks for amazon.com pages, optionally including an affiliate code.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Link Shortener for Amazon

Tải xuống các tệp mở rộng Link Shortener for Amazon dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Link Shortener for Amazon Link Shortener for Amazon
ID lbbopmkkbkfmcekccbbgcnlicjedokld
URL Chính Thức https://chrome.google.com/webstore/detail/link-shortener-for-amazon/lbbopmkkbkfmcekccbbgcnlicjedokld
Mô tả Creates shortlinks for amazon.com pages, optionally including an affiliate code.
Kích Thước Tệp 14.33 KB
Số Lần Cài Đặt 361
Phiên Bản Hiện Tại 0.0.6
Cập Nhật Lần Cuối 2014-01-06
Ngày Phát Hành 2014-01-06
Đánh Giá 3.88/5 Tổng số 8 Đánh Giá
Nhà Phát Triển ghosttie
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.wizardstower.co.uk/
URL Trang Trợ Giúp http://www.wizardstower.co.uk/wordpress/2013/08/05/my-third-chrome-extension-link-shortener-for-amazon/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}