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 ;-)”。
擴展截圖
下載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
擴展基本資訊
名稱 | |
ID | lenkbpgejadbnlhejahebikhlagimipk |
官方網址 | 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": [ " |