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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Amazon Product Link Shortener 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Amazon Product Link Shortener Amazon Product Link Shortener
ID kjjlkpmgccmimghapoichdfffocambjp
공식 URL 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
}