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
官方網址 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
}