Wiki URL Shortener
The Wiki URL Shortener allows you to create short URLs for any page on projects hosted by the Wikimedia Foundation
Co je Wiki URL Shortener?
Wiki URL Shortener je rozšíření Chrome vyvinuté LeoMoon Studios, a jeho hlavní funkcí je „The Wiki URL Shortener allows you to create short URLs for any page on projects hosted by the Wikimedia Foundation“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Wiki URL Shortener
Stáhněte si soubory rozšíření Wiki URL Shortener ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Wiki URL Shortener |
ID | oabidnaoocamhcmfgijbgpinnommcpeo |
Oficiální URL | https://chromewebstore.google.com/detail/wiki-url-shortener/oabidnaoocamhcmfgijbgpinnommcpeo |
Popis | The Wiki URL Shortener allows you to create short URLs for any page on projects hosted by the Wikimedia Foundation |
Velikost souboru | 60.36 KB |
Počet instalací | 96 |
Aktuální Verze | 1.0.0 |
Poslední Aktualizace | 2019-06-10 |
Datum Vydání | 2019-06-04 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | LeoMoon Studios |
Typ Platby | free |
Webové stránky Rozšíření | https://leomoon.com/downloads/plugins/wiki-url-shortener-extension |
URL Stránky Nápovědy | https://leomoon.com/downloads/plugins/wiki-url-shortener-extension |
Podporované Jazyky | 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", " |