Chilp.it URL Shortener

This extension helps to shrink your large URLs.

ما هو Chilp.it URL Shortener؟

Chilp.it URL Shortener هو إضافة Chrome تم تطويرها بواسطة Chilp Media Group، والميزة الرئيسية لها هي "This extension helps to shrink your large URLs.".

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

screenshot

تحميل ملف CRX للإضافة Chilp.it URL Shortener

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

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

                        This is the official Chrome extension for the Chilp.it URL shortener. 

You can can create short URLs of the current page by clicking the extension symbol or
pressing the keyboard shortcut Alt+Shift+C.

You can create short URLs of all links in the page by right clicking and choosing "Create shortlink"
from the context menu.

Shortlinks will be copied to your clipboard instantly.

Happy shortening.                    

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

الاسم Chilp.it URL Shortener Chilp.it URL Shortener
ID jdlddbgjpiammojoflhimhfbgindkblj
عنوان URL الرسمي https://chromewebstore.google.com/detail/chilpit-url-shortener/jdlddbgjpiammojoflhimhfbgindkblj
الوصف This extension helps to shrink your large URLs.
حجم الملف 26.56 KB
عدد التثبيتات 43
النسخة الحالية 1.0
آخر تحديث 2017-01-03
تاريخ النشر 2017-01-03
المطور Chilp Media Group
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية http://chilp.it/tp.htm
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chilp.it URL Shortener",
    "description": "This extension helps to shrink your large URLs.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "chilpIcon16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "http:\/\/chilp.it\/",
        "contextMenus",
        "clipboardWrite"
    ],
    "icons": {
        "16": "chilpIcon16.png",
        "128": "chilpIcon128.png"
    },
    "commands": {
        "copyPageShortlinkToClipboard": {
            "suggested_key": {
                "default": "Alt+Shift+C",
                "mac": "Alt+Shift+C"
            },
            "description": "shorten the current page url and copy the shortlink to the clipboard"
        }
    }
}