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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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