WordQuake
Replaces all nouns on a webpage with a noun in the WordNet. "WordQuaked" webpages are chaotic, creative, and oftentimes hilarious!
Qu'est-ce que WordQuake ?
WordQuake est une extension Chrome développée par wordquakeme, et sa fonction principale est "Replaces all nouns on a webpage with a noun in the WordNet. "WordQuaked" webpages are chaotic, creative, and oftentimes hilarious!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension WordQuake
Téléchargez les fichiers d'extension WordQuake au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | WordQuake |
ID | kkgjeaicdkamcegnchfopjdflekijpbo |
URL Officiel | https://chromewebstore.google.com/detail/wordquake/kkgjeaicdkamcegnchfopjdflekijpbo |
Description | Replaces all nouns on a webpage with a noun in the WordNet. "WordQuaked" webpages are chaotic, creative, and oftentimes hilarious! |
Taille du Fichier | 26.08 KB |
Nombre d'Installations | 366 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2015-07-19 |
Date de Publication | 2015-07-19 |
Évaluation | 4.20/5 Total 5 Évaluations |
Développeur | wordquakeme |
Type de Paiement | free |
Site Web de l'Extension | https://www.wordquake.me/ |
URL de la Page d'Aide | https://www.wordquake.me/about.php |
Langues Prises en Charge | 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\/*" ] } |