Shuvvle

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

Shuvvle là gì?

Shuvvle là một tiện ích mở rộng Chrome được phát triển bởi Anne Veling, và tính năng chính của nó là "Shuvvles all words on a site, trying to keep syntactically correct sentences. Fun! Makes sense ;-)".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Shuvvle

Tải xuống các tệp mở rộng Shuvvle dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Shuvvle Shuvvle
ID lenkbpgejadbnlhejahebikhlagimipk
URL Chính Thức https://chrome.google.com/webstore/detail/shuvvle/lenkbpgejadbnlhejahebikhlagimipk
Mô tả Shuvvles all words on a site, trying to keep syntactically correct sentences. Fun! Makes sense ;-)
Kích Thước Tệp 50.18 KB
Số Lần Cài Đặt 15
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2013-03-13
Ngày Phát Hành 2013-03-13
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Anne Veling
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}