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!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

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 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\/*"
    ]
}