Wikipedia URL Shortener

Make Wikipedia URL to be shorten by using Page ID.

ما هو Wikipedia URL Shortener؟

Wikipedia URL Shortener هو إضافة Chrome تم تطويرها بواسطة ryoya.kawai، والميزة الرئيسية لها هي "Make Wikipedia URL to be shorten by using Page ID.".

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

screenshot

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

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

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

                        This extension convert Wikipedia long URL to short URL by using its content ID.                    

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

الاسم Wikipedia URL Shortener Wikipedia URL Shortener
ID ioekneldioljahdoiddhikknahbbkhan
عنوان URL الرسمي https://chromewebstore.google.com/detail/wikipedia-url-shortener/ioekneldioljahdoiddhikknahbbkhan
الوصف Make Wikipedia URL to be shorten by using Page ID.
حجم الملف 32.15 KB
عدد التثبيتات 95
النسخة الحالية 1.0.3
آخر تحديث 2018-06-22
تاريخ النشر 2018-06-21
تقييم 2.00/5 مجموع تقييمات 1
المطور ryoya.kawai
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wikipedia URL Shortener",
    "version": "1.0.3",
    "description": "Make Wikipedia URL to be shorten by using Page ID.",
    "permissions": [
        "tabs",
        "activeTab",
        "declarativeContent"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/wikipediaurlshortener16.png",
            "32": "images\/wikipediaurlshortener32.png",
            "48": "images\/wikipediaurlshortener48.png",
            "128": "images\/wikipediaurlshortener128.png"
        }
    },
    "icons": {
        "16": "images\/wikipediaurlshortener16.png",
        "32": "images\/wikipediaurlshortener32.png",
        "48": "images\/wikipediaurlshortener48.png",
        "128": "images\/wikipediaurlshortener128.png"
    },
    "manifest_version": 2
}