TinyURL Maker

Creates a brand new TinyURL for the current tab that you are on!

ما هو TinyURL Maker؟

TinyURL Maker هو إضافة Chrome تم تطويرها بواسطة Liquid Rock، والميزة الرئيسية لها هي "Creates a brand new TinyURL for the current tab that you are on!".

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

screenshot

تحميل ملف CRX للإضافة TinyURL Maker

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

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

                        Do you hate long links, well then this is the extension for you. TinyURL Maker uses the TinyURL API to condense and shorten long URLs. Simple extension for making a small and easily shared link. It will shorten whatever website you are on currently. 

Completely Open Source: https://github.com/forddasav/TinyURL-chromeextension

Feel Free to Add New Features etc. 

v 3.0
-Copy to Clipboard Functionality
-Better UI (thx to github user noordawod)


v 2.3.1
-Easier User Interface



v 1.1
-Base Update                    

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

الاسم TinyURL Maker TinyURL Maker
ID icjgknkfhpgnpjmhchbjacifboahiajj
عنوان URL الرسمي https://chromewebstore.google.com/detail/tinyurl-maker/icjgknkfhpgnpjmhchbjacifboahiajj
الوصف Creates a brand new TinyURL for the current tab that you are on!
حجم الملف 10.93 KB
عدد التثبيتات 6,000
النسخة الحالية 2.0.1
آخر تحديث 2019-02-01
تاريخ النشر 2019-02-01
تقييم 5.00/5 مجموع تقييمات 2
المطور Liquid Rock
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "description": "Creates a brand new TinyURL for the current tab that you are on!",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2,
    "name": "TinyURL Maker",
    "permissions": [
        "tabs",
        "",
        "storage"
    ],
    "version": "2.0.1"
}