Amazon Product Link Shortener

Creates a short and clean link to the current amazon.com product page, for easy sharing.

ما هو Amazon Product Link Shortener؟

Amazon Product Link Shortener هو إضافة Chrome تم تطويرها بواسطة bp2008software، والميزة الرئيسية لها هي "Creates a short and clean link to the current amazon.com product page, for easy sharing.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Amazon Product Link Shortener

قم بتنزيل ملفات الامتداد Amazon Product Link Shortener بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This extension makes it easy to share amazon.com product links with a short and clean URL. When viewing a product on amazon.com, just click the button in the browser's toolbar to automatically copy a shortened link to your clipboard.

This extension was designed for use with amazon.com in the USA, and has not been tested with other amazon regional websites.  To request support for a different amazon region, or if the extension is unable to generate a usable link, please submit an issue on github: https://github.com/bp2008/Amazon-Product-Link-Shortener                    

معلومات أساسية عن التمديد

الاسم Amazon Product Link Shortener Amazon Product Link Shortener
ID kjjlkpmgccmimghapoichdfffocambjp
عنوان URL الرسمي https://chromewebstore.google.com/detail/amazon-product-link-short/kjjlkpmgccmimghapoichdfffocambjp
الوصف Creates a short and clean link to the current amazon.com product page, for easy sharing.
حجم الملف 18.52 KB
عدد التثبيتات 276
النسخة الحالية 1.4
آخر تحديث 2023-06-05
تاريخ النشر 2018-12-10
تقييم 3.00/5 مجموع تقييمات 1
المطور bp2008software
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/bp2008/Amazon-Product-Link-Shortener/
عنوان صفحة المساعدة https://github.com/bp2008/Amazon-Product-Link-Shortener/
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon Product Link Shortener",
    "version": "1.4",
    "description": "Creates a short and clean link to the current amazon.com product page, for easy sharing.",
    "permissions": [
        "declarativeContent",
        "tabs",
        "storage",
        "clipboardWrite"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "manifest_version": 2
}