CutUrl

Chrome Extension - Use http://goo.gl/ to shorten your URLs in a Shortcut.

ما هو CutUrl؟

CutUrl هو إضافة Chrome تم تطويرها بواسطة Adnan Ahmed، والميزة الرئيسية لها هي "Chrome Extension - Use http://goo.gl/ to shorten your URLs in a Shortcut.".

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

screenshot

تحميل ملف CRX للإضافة CutUrl

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

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

                        CutUrl shortener is an extension which allows you to shorten the current website URL with the Google URL Shortener service http://goo.gl/

On any page press this shortcut key (Alt+Shift+C) and short url for the page will automatically generated and copied to your clipboard.

(Sorry for inconvenience guyz, i just knew that my extension isn't working on windows). But its fixed now. :)                    

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

الاسم CutUrl CutUrl
ID ealhhpadkmmoebajijpaaddnglnbfnjk
عنوان URL الرسمي https://chromewebstore.google.com/detail/cuturl/ealhhpadkmmoebajijpaaddnglnbfnjk
الوصف Chrome Extension - Use http://goo.gl/ to shorten your URLs in a Shortcut.
حجم الملف 40.04 KB
عدد التثبيتات 73
النسخة الحالية 1.1.0
آخر تحديث 2016-04-02
تاريخ النشر 2016-04-02
تقييم 3.00/5 مجموع تقييمات 2
المطور Adnan Ahmed
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/Idnan/cut-url
عنوان صفحة المساعدة https://github.com/Idnan/cut-url
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CutUrl",
    "short_name": "CutUrl",
    "description": "Chrome Extension - Use http:\/\/goo.gl\/ to shorten your URLs in a Shortcut.",
    "version": "1.1.0",
    "background": {
        "persistent": false,
        "scripts": [
            "assets\/js\/jquery.js",
            "assets\/js\/background.js"
        ]
    },
    "permissions": [
        "*:\/\/*.googleapis.com\/*",
        "notifications",
        "tabs"
    ],
    "icons": {
        "16": "assets\/img\/ico16.png",
        "48": "assets\/img\/ico48.png",
        "128": "assets\/img\/ico128.png"
    },
    "homepage_url": "http:\/\/github.com\/idnan",
    "commands": {
        "toggle-pin": {
            "suggested_key": {
                "default": "Alt+Shift+C",
                "windows": "Alt+Shift+C",
                "mac": "Alt+Shift+C",
                "chromeos": "Alt+Shift+C",
                "linux": "Alt+Shift+C"
            },
            "description": "Short your urls"
        }
    }
}