Wiki URL Shortener

The Wiki URL Shortener allows you to create short URLs for any page on projects hosted by the Wikimedia Foundation

Wiki URL Shortenerคืออะไร?

Wiki URL Shortener เป็นส่วนขยายของ Chrome ที่พัฒนาโดย LeoMoon Studios และคุณลักษณะหลักของมันคือ "The Wiki URL Shortener allows you to create short URLs for any page on projects hosted by the Wikimedia Foundation"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wiki URL Shortener

ดาวน์โหลดไฟล์ส่วนขยาย Wiki URL Shortener ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Wiki URL Shortener Wiki URL Shortener
ID oabidnaoocamhcmfgijbgpinnommcpeo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wiki-url-shortener/oabidnaoocamhcmfgijbgpinnommcpeo
คำอธิบาย The Wiki URL Shortener allows you to create short URLs for any page on projects hosted by the Wikimedia Foundation
ขนาดไฟล์ 60.36 KB
จำนวนการติดตั้ง 96
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2019-06-10
วันที่เผยแพร่ 2019-06-04
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา LeoMoon Studios
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://leomoon.com/downloads/plugins/wiki-url-shortener-extension
URL หน้าช่วยเหลือ https://leomoon.com/downloads/plugins/wiki-url-shortener-extension
ภาษาที่รองรับ 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",
        "",
        "activeTab",
        "*:\/\/*.wikipedia.org\/*",
        "*:\/\/*.wikimedia.org\/*",
        "*:\/\/*.wikibooks.org\/*",
        "*:\/\/*.wikinews.org\/*",
        "*:\/\/*.wikisource.org\/*",
        "*:\/\/*.wikiversity.org\/*",
        "*:\/\/*.mediawiki.org\/*",
        "*:\/\/*.wikiquote.org\/*",
        "*:\/\/*.wiktionary.org\/*",
        "*:\/\/*.wikivoyage.org\/*",
        "*:\/\/*.wikidata.org\/*",
        "*:\/\/*.wikimediafoundation.org\/*"
    ],
    "homepage_url": "https:\/\/leomoon.com\/downloads\/plugins\/wiki-url-shortener-extension"
}

ส่วนขยายที่เกี่ยวข้อง