Wiki URL Shortener
The Wiki URL Shortener allows you to create short URLs for any page on projects hosted by the Wikimedia Foundation
Was ist Wiki URL Shortener?
Wiki URL Shortener ist eine Chrome-Erweiterung, die von LeoMoon Studios entwickelt wurde, und ihr Hauptmerkmal ist "The Wiki URL Shortener allows you to create short URLs for any page on projects hosted by the Wikimedia Foundation".
Erweiterungsscreenshots
Wiki URL Shortener-Erweiterungs-CRX-Datei herunterladen
Laden Sie Wiki URL Shortener-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Wiki URL Shortener |
ID | oabidnaoocamhcmfgijbgpinnommcpeo |
Offizielle URL | https://chromewebstore.google.com/detail/wiki-url-shortener/oabidnaoocamhcmfgijbgpinnommcpeo |
Beschreibung | The Wiki URL Shortener allows you to create short URLs for any page on projects hosted by the Wikimedia Foundation |
Dateigröße | 60.36 KB |
Installationsanzahl | 96 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2019-06-10 |
Veröffentlichungsdatum | 2019-06-04 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | LeoMoon Studios |
Zahlungsart | free |
Erweiterungswebsite | https://leomoon.com/downloads/plugins/wiki-url-shortener-extension |
Hilfeseite URL | https://leomoon.com/downloads/plugins/wiki-url-shortener-extension |
Unterstützte Sprachen | 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", " |