Amazon Product Link Shortener

Creates a short and clean link to the current amazon.com product page, for easy sharing.

Amazon Product Link Shortener là gì?

Amazon Product Link Shortener là một tiện ích mở rộng Chrome được phát triển bởi bp2008software, và tính năng chính của nó là "Creates a short and clean link to the current amazon.com product page, for easy sharing.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Amazon Product Link Shortener 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 makes it easy to share amazon.com product links with a short and clean URL. When viewing a product on amazon.com, just click the button in the browser's toolbar to automatically copy a shortened link to your clipboard.

This extension was designed for use with amazon.com in the USA, and has not been tested with other amazon regional websites.  To request support for a different amazon region, or if the extension is unable to generate a usable link, please submit an issue on github: https://github.com/bp2008/Amazon-Product-Link-Shortener                    

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

Tên Amazon Product Link Shortener Amazon Product Link Shortener
ID kjjlkpmgccmimghapoichdfffocambjp
URL Chính Thức https://chromewebstore.google.com/detail/amazon-product-link-short/kjjlkpmgccmimghapoichdfffocambjp
Mô tả Creates a short and clean link to the current amazon.com product page, for easy sharing.
Kích Thước Tệp 18.52 KB
Số Lần Cài Đặt 276
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2023-06-05
Ngày Phát Hành 2018-12-10
Đánh Giá 3.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển bp2008software
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/bp2008/Amazon-Product-Link-Shortener/
URL Trang Trợ Giúp https://github.com/bp2008/Amazon-Product-Link-Shortener/
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon Product Link Shortener",
    "version": "1.4",
    "description": "Creates a short and clean link to the current amazon.com product page, for easy sharing.",
    "permissions": [
        "declarativeContent",
        "tabs",
        "storage",
        "clipboardWrite"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "manifest_version": 2
}