Shuvvle

Shuvvles all words on a site, trying to keep syntactically correct sentences. Fun! Makes sense ;-)

Shuvvleとは何ですか?

ShuvvleはAnne Velingによって開発されたChromeの拡張機能で、その主な機能は「Shuvvles all words on a site, trying to keep syntactically correct sentences. Fun! Makes sense ;-)」です。

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

screenshot
screenshot
screenshot

Shuvvle拡張機能のCRXファイルをダウンロード

Shuvvle拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Adds a button to your browser, that shuffles all words on the page you're looking at, while trying to keep it syntactially correct.
Have fun trying this on your Facebook feed, on news sites or blogs. Works best on pages with lots of text.
All navigation still works, of course. Refresh the page to get back to the original content.

If it does not make sense the first time around, try shuvvling it!

How it works? Creates a word bigram graph of all words on the page, then uses that to replace all text elements with random word sequences of about the same length                    

拡張機能の基本情報

名前 Shuvvle Shuvvle
ID lenkbpgejadbnlhejahebikhlagimipk
公式URL https://chrome.google.com/webstore/detail/shuvvle/lenkbpgejadbnlhejahebikhlagimipk
説明 Shuvvles all words on a site, trying to keep syntactically correct sentences. Fun! Makes sense ;-)
ファイルサイズ 50.18 KB
インストール数 15
現在のバージョン 0.1
最終更新日 2013-03-13
公開日 2013-03-13
評価 5.00/5 合計 1 レビュー
開発者 Anne Veling
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shuvvle",
    "version": "0.1",
    "manifest_version": 2,
    "icons": {
        "48": "shuvvle-icon48.png",
        "128": "shuvvle-icon128.png"
    },
    "description": "Shuvvles all words on a site, trying to keep syntactically correct sentences. Fun! Makes sense ;-)",
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "shuvvle-icon19.png",
            "38": "shuvvle-icon38.png"
        },
        "default_title": "Shuvvle this!"
    },
    "permissions": [
        "",
        "tabs"
    ]
}