Wikipedia URL Shortener

Make Wikipedia URL to be shorten by using Page ID.

Wikipedia URL Shortenerคืออะไร?

Wikipedia URL Shortener เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ryoya.kawai และคุณลักษณะหลักของมันคือ "Make Wikipedia URL to be shorten by using Page ID."

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

screenshot

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

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

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

                        This extension convert Wikipedia long URL to short URL by using its content ID.                    

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

ชื่อ Wikipedia URL Shortener Wikipedia URL Shortener
ID ioekneldioljahdoiddhikknahbbkhan
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wikipedia-url-shortener/ioekneldioljahdoiddhikknahbbkhan
คำอธิบาย Make Wikipedia URL to be shorten by using Page ID.
ขนาดไฟล์ 32.15 KB
จำนวนการติดตั้ง 95
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2018-06-22
วันที่เผยแพร่ 2018-06-21
คะแนน 2.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา ryoya.kawai
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wikipedia URL Shortener",
    "version": "1.0.3",
    "description": "Make Wikipedia URL to be shorten by using Page ID.",
    "permissions": [
        "tabs",
        "activeTab",
        "declarativeContent"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/wikipediaurlshortener16.png",
            "32": "images\/wikipediaurlshortener32.png",
            "48": "images\/wikipediaurlshortener48.png",
            "128": "images\/wikipediaurlshortener128.png"
        }
    },
    "icons": {
        "16": "images\/wikipediaurlshortener16.png",
        "32": "images\/wikipediaurlshortener32.png",
        "48": "images\/wikipediaurlshortener48.png",
        "128": "images\/wikipediaurlshortener128.png"
    },
    "manifest_version": 2
}