Create Short URL

Generate short URLs using bit.ly

ما هو Create Short URL؟

Create Short URL هو إضافة Chrome تم تطويرها بواسطة portsaidalenbi، والميزة الرئيسية لها هي "Generate short URLs using bit.ly".

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

screenshot

تحميل ملف CRX للإضافة Create Short URL

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

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

                        This extension enables you to quickly create shortcut links to your Bit.ly account. Simply navigate to the link you want to save and select "Create Short URL" from the context menu.                    

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

الاسم Create Short URL Create Short URL
ID iobhlofholalpkgbeoeobhckdmfpcpce
عنوان URL الرسمي https://chrome.google.com/webstore/detail/create-short-url/iobhlofholalpkgbeoeobhckdmfpcpce
الوصف Generate short URLs using bit.ly
حجم الملف 25.01 KB
عدد التثبيتات 10,000
النسخة الحالية 0.1
آخر تحديث 2013-12-22
تاريخ النشر 2013-12-22
تقييم 1.64/5 مجموع تقييمات 11
المطور portsaidalenbi
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "Create Short URL",
    "description": "Generate short URLs using bit.ly",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1",
    "manifest_version": 2
}