Shuvvle

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

Qu'est-ce que Shuvvle ?

Shuvvle est une extension Chrome développée par Anne Veling, et sa fonction principale est "Shuvvles all words on a site, trying to keep syntactically correct sentences. Fun! Makes sense ;-)".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Shuvvle

Téléchargez les fichiers d'extension Shuvvle au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Shuvvle Shuvvle
ID lenkbpgejadbnlhejahebikhlagimipk
URL Officiel https://chrome.google.com/webstore/detail/shuvvle/lenkbpgejadbnlhejahebikhlagimipk
Description Shuvvles all words on a site, trying to keep syntactically correct sentences. Fun! Makes sense ;-)
Taille du Fichier 50.18 KB
Nombre d'Installations 15
Version Actuelle 0.1
Dernière Mise à Jour 2013-03-13
Date de Publication 2013-03-13
Évaluation 5.00/5 Total 1 Évaluations
Développeur Anne Veling
Type de Paiement free
Langues Prises en Charge 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"
    ]
}