Amazon Product Link Shortener
Creates a short and clean link to the current amazon.com product page, for easy sharing.
什麼是Amazon Product Link Shortener?
Amazon Product Link Shortener是由bp2008software開發的Chrome擴展程式,該擴展的主要功能是“Creates a short and clean link to the current amazon.com product page, for easy sharing.”。
擴展截圖
下載Amazon Product Link Shortener擴展crx文件
下載Amazon Product Link Shortener擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 擴展基本資訊
| 名稱 | |
| ID | kjjlkpmgccmimghapoichdfffocambjp |
| 官方網址 | https://chromewebstore.google.com/detail/amazon-product-link-short/kjjlkpmgccmimghapoichdfffocambjp |
| 簡介 | Creates a short and clean link to the current amazon.com product page, for easy sharing. |
| 檔案大小 | 18.52 KB |
| 安裝次數 | 276 |
| 目前版本 | 1.4 |
| 更新時間 | 2023-06-05 |
| 上架時間 | 2018-12-10 |
| 評分 | 3.00/5 共 1 次評分 |
| 開發者 | bp2008software |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/bp2008/Amazon-Product-Link-Shortener/ |
| 說明頁面URL | https://github.com/bp2008/Amazon-Product-Link-Shortener/ |
| 支援的語言 | 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
} | |