WordQuake
Replaces all nouns on a webpage with a noun in the WordNet. "WordQuaked" webpages are chaotic, creative, and oftentimes hilarious!
什么是WordQuake?
WordQuake是由wordquakeme开发的Chrome扩展程序,该扩展的主要功能是“Replaces all nouns on a webpage with a noun in the WordNet. "WordQuaked" webpages are chaotic, creative, and oftentimes hilarious!”。
扩展截图
下载WordQuake扩展crx文件
下载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\/*" ] } |