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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "You can shorten the Amazon URL. Press the button to copy the shortened URL to the clipboard."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में URL shortening tool for Amazon एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}