Wiki URL Shortener
The Wiki URL Shortener allows you to create short URLs for any page on projects hosted by the Wikimedia Foundation
Qu'est-ce que Wiki URL Shortener ?
Wiki URL Shortener est une extension Chrome développée par LeoMoon Studios, et sa fonction principale est "The Wiki URL Shortener allows you to create short URLs for any page on projects hosted by the Wikimedia Foundation".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Wiki URL Shortener
Téléchargez les fichiers d'extension Wiki URL Shortener au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Wiki URL Shortener |
ID | oabidnaoocamhcmfgijbgpinnommcpeo |
URL Officiel | https://chromewebstore.google.com/detail/wiki-url-shortener/oabidnaoocamhcmfgijbgpinnommcpeo |
Description | The Wiki URL Shortener allows you to create short URLs for any page on projects hosted by the Wikimedia Foundation |
Taille du Fichier | 60.36 KB |
Nombre d'Installations | 96 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2019-06-10 |
Date de Publication | 2019-06-04 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | LeoMoon Studios |
Type de Paiement | free |
Site Web de l'Extension | https://leomoon.com/downloads/plugins/wiki-url-shortener-extension |
URL de la Page d'Aide | https://leomoon.com/downloads/plugins/wiki-url-shortener-extension |
Langues Prises en Charge | 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", " |