Wiki URL Shortener
The Wiki URL Shortener allows you to create short URLs for any page on projects hosted by the Wikimedia Foundation
Hvad er Wiki URL Shortener?
Wiki URL Shortener er en Chrome-udvidelse udviklet af LeoMoon Studios, og dens hovedfunktion er "The Wiki URL Shortener allows you to create short URLs for any page on projects hosted by the Wikimedia Foundation".
Udvidelsesskærmbilleder
Download Wiki URL Shortener-udvidelses-CRX-fil
Download Wiki URL Shortener-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | oabidnaoocamhcmfgijbgpinnommcpeo |
| Officiel URL | https://chromewebstore.google.com/detail/wiki-url-shortener/oabidnaoocamhcmfgijbgpinnommcpeo |
| Beskrivelse | The Wiki URL Shortener allows you to create short URLs for any page on projects hosted by the Wikimedia Foundation |
| Filstørrelse | 60.36 KB |
| Antal Installationer | 96 |
| Nuværende Version | 1.0.0 |
| Senest Opdateret | 2019-06-10 |
| Udgivelsesdato | 2019-06-04 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | LeoMoon Studios |
| Betalingsmetode | free |
| Udvidelseswebsted | https://leomoon.com/downloads/plugins/wiki-url-shortener-extension |
| Hjælpeside-URL | https://leomoon.com/downloads/plugins/wiki-url-shortener-extension |
| Understøttede Sprog | 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",
" | |