Wiki URL Shortener

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

O que é Wiki URL Shortener?

Wiki URL Shortener é uma extensão do Chrome desenvolvida por LeoMoon Studios, e sua principal característica é "The Wiki URL Shortener allows you to create short URLs for any page on projects hosted by the Wikimedia Foundation".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Wiki URL Shortener

Baixe arquivos de extensão Wiki URL Shortener no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Wiki URL Shortener Wiki URL Shortener
ID oabidnaoocamhcmfgijbgpinnommcpeo
URL Oficial https://chromewebstore.google.com/detail/wiki-url-shortener/oabidnaoocamhcmfgijbgpinnommcpeo
Descrição The Wiki URL Shortener allows you to create short URLs for any page on projects hosted by the Wikimedia Foundation
Tamanho do Arquivo 60.36 KB
Contagem de Instalações 96
Versão Atual 1.0.0
Última Atualização 2019-06-10
Data de Publicação 2019-06-04
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor LeoMoon Studios
Tipo de Pagamento free
Site da Extensão https://leomoon.com/downloads/plugins/wiki-url-shortener-extension
URL da Página de Ajuda https://leomoon.com/downloads/plugins/wiki-url-shortener-extension
Idiomas Suportados 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"
}