t5m.co URL Shortener

Shorten url with t5m.co URL Shortener

ما هو t5m.co URL Shortener؟

t5m.co URL Shortener هو إضافة Chrome تم تطويرها بواسطة http://t5m.co، والميزة الرئيسية لها هي "Shorten url with t5m.co URL Shortener".

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

screenshot

تحميل ملف CRX للإضافة t5m.co URL Shortener

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

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

                        t5m.co url shortener is an extension which allows you to shorten the current website URL with the t5m.co URL Shortener service https://t5m.co/

Shrink your long urls easily by right clicking any link on any website! Better than bit.ly, tinyurl and more private then goo.gl. Use our url shortener for all of your links!                    

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

الاسم t5m.co URL Shortener t5m.co URL Shortener
ID fhfonjidifmoajcbiffdkpmcddkgiali
عنوان URL الرسمي https://chrome.google.com/webstore/detail/t5mco-url-shortener/fhfonjidifmoajcbiffdkpmcddkgiali
الوصف Shorten url with t5m.co URL Shortener
حجم الملف 51.95 KB
عدد التثبيتات 98
النسخة الحالية 0.1.0.2
آخر تحديث 2015-09-28
تاريخ النشر 2015-09-28
تقييم 5.00/5 مجموع تقييمات 23
المطور http://t5m.co
نوع الدفع free
موقع الإضافة https://t5m.co
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_title": "t5m.co URL Shortener"
    },
    "name": "t5m.co URL Shortener",
    "description": "Shorten url with t5m.co URL Shortener",
    "permissions": [
        "",
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "*:\/\/*\/*",
        "contextMenus",
        "clipboardWrite",
        "clipboardRead",
        "notifications"
    ],
    "icons": {
        "16": "image\/icon16.png",
        "48": "image\/icon48.png",
        "128": "image\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "jquery-1.8.3.min.js",
                "functions.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "*:\/\/*\/*"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "*"
    ],
    "version": "0.1.0.2",
    "manifest_version": 2
}