Wiki URL Shortener

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

Wiki URL Shortenerとは何ですか?

Wiki URL ShortenerはLeoMoon Studiosによって開発されたChromeの拡張機能で、その主な機能は「The Wiki URL Shortener allows you to create short URLs for any page on projects hosted by the Wikimedia Foundation」です。

拡張機能のスクリーンショット

screenshot
screenshot

Wiki URL Shortener拡張機能のCRXファイルをダウンロード

Wiki URL Shortener拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Wiki URL Shortener Wiki URL Shortener
ID oabidnaoocamhcmfgijbgpinnommcpeo
公式URL https://chromewebstore.google.com/detail/wiki-url-shortener/oabidnaoocamhcmfgijbgpinnommcpeo
説明 The Wiki URL Shortener allows you to create short URLs for any page on projects hosted by the Wikimedia Foundation
ファイルサイズ 60.36 KB
インストール数 96
現在のバージョン 1.0.0
最終更新日 2019-06-10
公開日 2019-06-04
評価 5.00/5 合計 1 レビュー
開発者 LeoMoon Studios
支払い方法 free
拡張機能のウェブサイト https://leomoon.com/downloads/plugins/wiki-url-shortener-extension
ヘルプページのURL https://leomoon.com/downloads/plugins/wiki-url-shortener-extension
対応言語 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"
}