WordQuake

Replaces all nouns on a webpage with a noun in the WordNet. "WordQuaked" webpages are chaotic, creative, and oftentimes hilarious!

Cos'è WordQuake?

WordQuake è un'estensione di Chrome sviluppata da wordquakeme, e la sua funzione principale è "Replaces all nouns on a webpage with a noun in the WordNet. "WordQuaked" webpages are chaotic, creative, and oftentimes hilarious!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione WordQuake

Scarica i file di estensione WordQuake in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome WordQuake WordQuake
ID kkgjeaicdkamcegnchfopjdflekijpbo
URL Ufficiale https://chromewebstore.google.com/detail/wordquake/kkgjeaicdkamcegnchfopjdflekijpbo
Descrizione Replaces all nouns on a webpage with a noun in the WordNet. "WordQuaked" webpages are chaotic, creative, and oftentimes hilarious!
Dimensione del File 26.08 KB
Conteggio Installazioni 366
Versione Corrente 1.3
Ultimo Aggiornamento 2015-07-19
Data di Pubblicazione 2015-07-19
Valutazione 4.20/5 Totale 5 Valutazioni
Sviluppatore wordquakeme
Tipo di Pagamento free
Sito Web dell'Estensione https://www.wordquake.me/
URL della Pagina di Aiuto https://www.wordquake.me/about.php
Lingue Supportate 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\/*"
    ]
}