Wiki Age

Specifies what age the Wikipedia subject was during given year.

Wiki Ageคืออะไร?

Wiki Age เป็นส่วนขยายของ Chrome ที่พัฒนาโดย booksaver และคุณลักษณะหลักของมันคือ "Specifies what age the Wikipedia subject was during given year."

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

screenshot

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

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

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

                        If you have a habit of comparing yourself to others, this is the plug-in for you. Who cares at what year someone started a company/published a book/won the Nobel? You want to know how old they were. This plug-in appends all years with how old a given subject was at that time and saves you from having to do mental math.                    

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

ชื่อ Wiki Age Wiki Age
ID gbdnhkbifahdipaaepiolmmihjdbmegc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wiki-age/gbdnhkbifahdipaaepiolmmihjdbmegc
คำอธิบาย Specifies what age the Wikipedia subject was during given year.
ขนาดไฟล์ 3.49 KB
จำนวนการติดตั้ง 65
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2019-11-15
วันที่เผยแพร่ 2019-11-14
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา booksaver
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wiki Age",
    "description": "Specifies what age the Wikipedia subject was during given year.",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.wikipedia.org\/wiki\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}