WordQuake
Replaces all nouns on a webpage with a noun in the WordNet. "WordQuaked" webpages are chaotic, creative, and oftentimes hilarious!
WordQuakeคืออะไร?
WordQuake เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wordquakeme และคุณลักษณะหลักของมันคือ "Replaces all nouns on a webpage with a noun in the WordNet. "WordQuaked" webpages are chaotic, creative, and oftentimes hilarious!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WordQuake
ดาวน์โหลดไฟล์ส่วนขยาย WordQuake ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tired of what you see on a webpage? Want to spice things up? Or prank your friends? Introducing WordQuake, an application that transforms entire webpages before your very eyes. Create new meanings from online news articles, editorials, classic literature...even your best friend's Facebook posts. WordQuake runs on WordNet, a database developed at Princeton University that maps the relationships between tens of thousands of nouns in the English language. Our program accesses this database to analyze your text on the fly and hands you back a unique blend of chaos and creativity. In particular, each noun on a webpage is located in WordNet and then replaced by a random neighboring noun in WordNet. Click the WordQuake icon on any webpage to begin quaking! To return to the original page, simply refresh your browser. Addressing privacy concerns: no data is accessed unless the WordQuake icon is clicked, and no data is stored on our server. Featured on WordNet 'Related Projects' page: http://www.princeton.edu/wordnet/related-projects/. Questions? Email [email protected]. Created at HackPrinceton 2015.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | WordQuake |
ID | kkgjeaicdkamcegnchfopjdflekijpbo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/wordquake/kkgjeaicdkamcegnchfopjdflekijpbo |
คำอธิบาย | Replaces all nouns on a webpage with a noun in the WordNet. "WordQuaked" webpages are chaotic, creative, and oftentimes hilarious! |
ขนาดไฟล์ | 26.08 KB |
จำนวนการติดตั้ง | 366 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2015-07-19 |
วันที่เผยแพร่ | 2015-07-19 |
คะแนน | 4.20/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | wordquakeme |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.wordquake.me/ |
URL หน้าช่วยเหลือ | https://www.wordquake.me/about.php |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WordQuake", "version": "1.3", "author": "Alan Du, Keith Gladstone, Derrick Xin", "description": "Replaces all nouns on a webpage with a noun in the WordNet. \"WordQuaked\" webpages are chaotic, creative, and oftentimes hilarious!", "browser_action": { "default_icon": "icon.png" }, "icons": { "128": "icon.png" }, "background": { "matches": [ "*:\/\/*\/*" ], "scripts": [ "listener.js" ], "persistent": false }, "permissions": [ "activeTab", "https:\/\/wordquake.me\/*" ] } |