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
Eメール [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
}