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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ShortArrow และคุณลักษณะหลักของมันคือ "You can shorten the Amazon URL. Press the button to copy the shortened URL to the clipboard."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย URL shortening tool for Amazon

ดาวน์โหลดไฟล์ส่วนขยาย URL shortening tool for Amazon ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}