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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
    }
}