Wikipedia URL Shortener

Make Wikipedia URL to be shorten by using Page ID.

什么是Wikipedia URL Shortener?

Wikipedia URL Shortener是由ryoya.kawai开发的Chrome扩展程序,该扩展的主要功能是“Make Wikipedia URL to be shorten by using Page ID.”。

扩展截图

screenshot

下载Wikipedia URL Shortener扩展crx文件

下载Wikipedia URL Shortener扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
}