Wiki URL Shortener
The Wiki URL Shortener allows you to create short URLs for any page on projects hosted by the Wikimedia Foundation
Vad är Wiki URL Shortener?
Wiki URL Shortener är en Chrome-tillägg utvecklad av LeoMoon Studios, och dess huvudfunktion är "The Wiki URL Shortener allows you to create short URLs for any page on projects hosted by the Wikimedia Foundation".
Tilläggsskärmbilder
Ladda ner Wiki URL Shortener-förlängningens CRX-fil
Ladda ner Wiki URL Shortener-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | oabidnaoocamhcmfgijbgpinnommcpeo |
| Officiell webbadress | https://chromewebstore.google.com/detail/wiki-url-shortener/oabidnaoocamhcmfgijbgpinnommcpeo |
| Beskrivning | The Wiki URL Shortener allows you to create short URLs for any page on projects hosted by the Wikimedia Foundation |
| Filstorlek | 60.36 KB |
| Antal Installationer | 96 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2019-06-10 |
| Publiceringsdatum | 2019-06-04 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | LeoMoon Studios |
| Betalningssätt | free |
| Tilläggswebbplats | https://leomoon.com/downloads/plugins/wiki-url-shortener-extension |
| Hjälpsida URL | https://leomoon.com/downloads/plugins/wiki-url-shortener-extension |
| Stödda Språk | 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",
" | |