Wiki URL Shortener

The Wiki URL Shortener allows you to create short URLs for any page on projects hosted by the Wikimedia Foundation

ما هو Wiki URL Shortener؟

Wiki URL Shortener هو إضافة Chrome تم تطويرها بواسطة LeoMoon Studios، والميزة الرئيسية لها هي "The Wiki URL Shortener allows you to create short URLs for any page on projects hosted by the Wikimedia Foundation".

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

screenshot
screenshot

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

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

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

                        The Wiki URL Shortener allows you to create short URLs for any page on projects hosted by the Wikimedia Foundation, in order to reuse them elsewhere, for example on social networks or on wikis. The URL shortener only accepts links that are in WMF-based domains, so no external website can be linked.

Supported websites:
wikipedia.org
wikimedia.org
wikibooks.org
wikinews.org
wikisource.org
wikiversity.org
mediawiki.org
wikiquote.org
wiktionary.org
wikivoyage.org
wikidata.org
wikimediafoundation.org

Limits: 
50 short URLs every 2 minutes per IP for guest users.
10 short URLs every 2 minutes per IP for logged in users.                    

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

الاسم Wiki URL Shortener Wiki URL Shortener
ID oabidnaoocamhcmfgijbgpinnommcpeo
عنوان URL الرسمي https://chromewebstore.google.com/detail/wiki-url-shortener/oabidnaoocamhcmfgijbgpinnommcpeo
الوصف The Wiki URL Shortener allows you to create short URLs for any page on projects hosted by the Wikimedia Foundation
حجم الملف 60.36 KB
عدد التثبيتات 96
النسخة الحالية 1.0.0
آخر تحديث 2019-06-10
تاريخ النشر 2019-06-04
تقييم 5.00/5 مجموع تقييمات 1
المطور LeoMoon Studios
نوع الدفع free
موقع الإضافة https://leomoon.com/downloads/plugins/wiki-url-shortener-extension
عنوان صفحة المساعدة https://leomoon.com/downloads/plugins/wiki-url-shortener-extension
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wiki URL Shortener",
    "description": "The Wiki URL Shortener allows you to create short URLs for any page on projects hosted by the Wikimedia Foundation",
    "version": "1.0.0",
    "author": "Arash Soleimani",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "contextMenus",
        "storage",
        "",
        "activeTab",
        "*:\/\/*.wikipedia.org\/*",
        "*:\/\/*.wikimedia.org\/*",
        "*:\/\/*.wikibooks.org\/*",
        "*:\/\/*.wikinews.org\/*",
        "*:\/\/*.wikisource.org\/*",
        "*:\/\/*.wikiversity.org\/*",
        "*:\/\/*.mediawiki.org\/*",
        "*:\/\/*.wikiquote.org\/*",
        "*:\/\/*.wiktionary.org\/*",
        "*:\/\/*.wikivoyage.org\/*",
        "*:\/\/*.wikidata.org\/*",
        "*:\/\/*.wikimediafoundation.org\/*"
    ],
    "homepage_url": "https:\/\/leomoon.com\/downloads\/plugins\/wiki-url-shortener-extension"
}