Urbansaurus
Urban Definations within Google
Urbansaurusคืออะไร?
Urbansaurus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://jajoosam.tech และคุณลักษณะหลักของมันคือ "Urban Definations within Google"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Urbansaurus
ดาวน์โหลดไฟล์ส่วนขยาย Urbansaurus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Urbansaurus adds an urban dictionary widget to google search pages. If you haven't heard of Urban Dictionary, it's a collection of definitions created by users, that describe lots of modern word implications. Github: https://github.com/jajoosam/urbansaurus
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | nlfndljabdnkdgdmpfecdpcjoknnbjnd |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/urbansaurus/nlfndljabdnkdgdmpfecdpcjoknnbjnd |
คำอธิบาย | Urban Definations within Google |
ขนาดไฟล์ | 88.38 KB |
จำนวนการติดตั้ง | 12 |
เวอร์ชันปัจจุบัน | 2.0 |
อัปเดตครั้งล่าสุด | 2019-07-27 |
วันที่เผยแพร่ | 2019-07-27 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | http://jajoosam.tech |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/jajoosam/urbansaurus |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Urbansaurus", "version": "2.0", "description": "Urban Definations within Google", "icons": { "240": "icon.png" }, "content_scripts": [ { "css": [ "material.min.css", "styles.css" ], "js": [ "jquery-3.2.1.min.js", "content.js" ], "matches": [ "https:\/\/www.google.com\/*", "https:\/\/www.google.co.in\/*" ] } ] } |