Urban Dictionary Random Word
See a random word from Urban Dictionary when you open a new tab.
Urban Dictionary Random Wordคืออะไร?
Urban Dictionary Random Word เป็นส่วนขยายของ Chrome ที่พัฒนาโดย itsabhinaya และคุณลักษณะหลักของมันคือ "See a random word from Urban Dictionary when you open a new tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Urban Dictionary Random Word
ดาวน์โหลดไฟล์ส่วนขยาย Urban Dictionary Random Word ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Learn what cool kids are saying these days whenever you open a new tab. If you don't want NSFW words to show up on screen, add them to the list in settings. This is an unofficial extension.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Urban Dictionary Random Word |
ID | nbjfdhobjinlogklfgioniediccgggbf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/urban-dictionary-random-w/nbjfdhobjinlogklfgioniediccgggbf |
คำอธิบาย | See a random word from Urban Dictionary when you open a new tab. |
ขนาดไฟล์ | 313 KB |
จำนวนการติดตั้ง | 35 |
เวอร์ชันปัจจุบัน | 0.0.3 |
อัปเดตครั้งล่าสุด | 2018-12-18 |
วันที่เผยแพร่ | 2018-12-17 |
คะแนน | 4.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | itsabhinaya |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Urban Dictionary Random Word", "short_name": "Random Word", "version": "0.0.3", "manifest_version": 2, "description": "See a random word from Urban Dictionary when you open a new tab.", "author": "Abhinaya Konduru", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage" ], "browser_action": { "default_icon": "icon48.png", "default_title": "Urban Dictionary" } } |