URL shortening tool for Amazon

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

Apa itu URL shortening tool for Amazon?

URL shortening tool for Amazon adalah ekstensi Chrome yang dikembangkan oleh ShortArrow, dan fitur utamanya adalah "You can shorten the Amazon URL. Press the button to copy the shortened URL to the clipboard.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi URL shortening tool for Amazon

Unduh file ekstensi URL shortening tool for Amazon dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama URL shortening tool for Amazon URL shortening tool for Amazon
ID namnkmppogbmmdelkomaendbemoncmok
URL Resmi https://chromewebstore.google.com/detail/url-shortening-tool-for-a/namnkmppogbmmdelkomaendbemoncmok
Deskripsi You can shorten the Amazon URL. Press the button to copy the shortened URL to the clipboard.
Ukuran File 662 KB
Jumlah Instalasi 1,998
Versi Saat Ini 1.3
Terakhir Diperbarui 2023-04-03
Tanggal Publikasi 2020-12-03
Penilaian 5.00/5 Total 2 Penilaian
Pengembang ShortArrow
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/ShortArrow/ShortURLMakerForAmazon
URL Halaman Bantuan https://github.com/ShortArrow
Bahasa yang Didukung 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"
    }
}