URL shortening tool for Amazon

You can shorten the Amazon URL. Press the button to copy the shortened URL to the clipboard.

URL shortening tool for Amazon란 무엇입니까?

URL shortening tool for Amazon은(는) ShortArrow에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "You can shorten the Amazon URL. Press the button to copy the shortened URL to the clipboard."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

URL shortening tool for Amazon 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Humans can also replace this extension by handwriting the Amazon URL. This extension does not communicate with the outside world. It only works in your browser.                    

확장 프로그램 기본 정보

이름 URL shortening tool for Amazon URL shortening tool for Amazon
ID namnkmppogbmmdelkomaendbemoncmok
공식 URL https://chromewebstore.google.com/detail/url-shortening-tool-for-a/namnkmppogbmmdelkomaendbemoncmok
설명 You can shorten the Amazon URL. Press the button to copy the shortened URL to the clipboard.
파일 크기 662 KB
설치 횟수 1,998
현재 버전 1.3
최근 업데이트 2023-04-03
출시 날짜 2020-12-03
평점 5.00/5 총 2 개의 평점
개발자 ShortArrow
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/ShortArrow/ShortURLMakerForAmazon
도움말 페이지 URL https://github.com/ShortArrow
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_manifest_appname__",
    "version": "1.3",
    "description": "__MSG_manifest_description__",
    "manifest_version": 2,
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "declarativeContent"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/icon_size16.png",
            "32": "img\/icon_size32.png",
            "48": "img\/icon_size48.png",
            "128": "img\/icon_size128.png"
        }
    },
    "icons": {
        "16": "img\/icon_size16.png",
        "32": "img\/icon_size32.png",
        "48": "img\/icon_size48.png",
        "128": "img\/icon_size128.png"
    }
}