Fast URL Shortener

Fast and simple shorten of current tab urls with direct sharing options.

ما هو Fast URL Shortener؟

Fast URL Shortener هو إضافة Chrome تم تطويرها بواسطة https://www.shar3.nl، والميزة الرئيسية لها هي "Fast and simple shorten of current tab urls with direct sharing options.".

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

screenshot

تحميل ملف CRX للإضافة Fast URL Shortener

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

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

                        Simple shortening your current url by one mouseclick. When the shortlink shows up, its also copied to your clipboard.

Update: Added twitter and facebook icon to share the shorturl directly via these websites.

Update: We have rebuild it completely. Works much more faster!                    

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

الاسم Fast URL Shortener Fast URL Shortener
ID hnkpbdkcmbohhidigjoomkccgkaefpgi
عنوان URL الرسمي https://chromewebstore.google.com/detail/fast-url-shortener/hnkpbdkcmbohhidigjoomkccgkaefpgi
الوصف Fast and simple shorten of current tab urls with direct sharing options.
حجم الملف 35.64 KB
عدد التثبيتات 218
النسخة الحالية 2.0.3
آخر تحديث 2014-02-13
تاريخ النشر 2014-02-13
تقييم 3.00/5 مجموع تقييمات 2
المطور https://www.shar3.nl
نوع الدفع free
موقع الإضافة http://www.shar3.nl
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fast URL Shortener",
    "version": "2.0.3",
    "manifest_version": 2,
    "description": "Fast and simple shorten of current tab urls with direct sharing options.",
    "browser_action": {
        "default_title": "Short and share url",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}