Wiki URL Shortener

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

What is Wiki URL Shortener?

Wiki URL Shortener is a Chrome extension developed by LeoMoon Studios, and its main feature is "The Wiki URL Shortener allows you to create short URLs for any page on projects hosted by the Wikimedia Foundation".

Extension Screenshots

screenshot
screenshot

Download Wiki URL Shortener Extension CRX File

Download Wiki URL Shortener extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Wiki URL Shortener Wiki URL Shortener
ID oabidnaoocamhcmfgijbgpinnommcpeo
Official URL https://chromewebstore.google.com/detail/wiki-url-shortener/oabidnaoocamhcmfgijbgpinnommcpeo
Description The Wiki URL Shortener allows you to create short URLs for any page on projects hosted by the Wikimedia Foundation
File Size 60.36 KB
Installation Count 96
Current Version 1.0.0
Last Updated 2019-06-10
Publish Date 2019-06-04
Rating 5.00/5 Total 1 Ratings
Developer LeoMoon Studios
Payment Type free
Extension Website https://leomoon.com/downloads/plugins/wiki-url-shortener-extension
Help Page URL https://leomoon.com/downloads/plugins/wiki-url-shortener-extension
Supported Languages 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"
}