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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 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": [ " |