Sho.ink Link Shortener

This extension allows you to easily shorten and track links using the right-click menu of your browser.

ما هو Sho.ink Link Shortener؟

Sho.ink Link Shortener هو إضافة Chrome تم تطويرها بواسطة http://sho.ink، والميزة الرئيسية لها هي "This extension allows you to easily shorten and track links using the right-click menu of your browser.".

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

screenshot

تحميل ملف CRX للإضافة Sho.ink Link Shortener

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

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

                        This extension allows users to easily and quickly convert long URLs into short links. After you highlight a link, sho.ink adds an option in the right-click menu that will automatically create a shortened redirect link and copy it to your clipboard.

With this extension, you can shorten any link in under 5 seconds.                    

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

الاسم Sho.ink Link Shortener Sho.ink Link Shortener
ID bldhcdnmadpmoadomdefpbbleiopblmo
عنوان URL الرسمي https://chrome.google.com/webstore/detail/bldhcdnmadpmoadomdefpbbleiopblmo
الوصف This extension allows you to easily shorten and track links using the right-click menu of your browser.
حجم الملف 109 KB
عدد التثبيتات 32
النسخة الحالية 0.0.0.1
آخر تحديث 2017-01-23
تاريخ النشر 2017-01-23
تقييم 5.00/5 مجموع تقييمات 4
المطور http://sho.ink
نوع الدفع free
موقع الإضافة http://sho.ink
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sho.ink Link Shortener",
    "description": "This extension allows you to easily shorten and track links using the right-click menu of your browser.",
    "version": "0.0.0.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "contextMenus",
        "notifications",
        "storage"
    ],
    "browser_action": {
        "default_icon": "small-icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": false
    },
    "author": "Matthew Brennan",
    "homepage_url": "http:\/\/sho.ink"
}