Wikipedia URL Shortener

Make Wikipedia URL to be shorten by using Page ID.

What is Wikipedia URL Shortener?

Wikipedia URL Shortener is a Chrome extension developed by ryoya.kawai, and its main feature is "Make Wikipedia URL to be shorten by using Page ID.".

Extension Screenshots

screenshot

Download Wikipedia URL Shortener Extension CRX File

Download Wikipedia 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

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

Extension Basic Information

Name Wikipedia URL Shortener Wikipedia URL Shortener
ID ioekneldioljahdoiddhikknahbbkhan
Official URL https://chromewebstore.google.com/detail/wikipedia-url-shortener/ioekneldioljahdoiddhikknahbbkhan
Description Make Wikipedia URL to be shorten by using Page ID.
File Size 32.15 KB
Installation Count 95
Current Version 1.0.3
Last Updated 2018-06-22
Publish Date 2018-06-21
Rating 2.00/5 Total 1 Ratings
Developer ryoya.kawai
Email [email protected]
Payment Type free
Supported Languages 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
}