mystique

css randomizer

Wat is mystique?

mystique is een Chrome-extensie ontwikkeld door https://mystique-plugin.com, en de belangrijkste functie is "css randomizer".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie mystique

Download mystique-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Mystique is a plugin that allows you to see internet in a different way by randomizing the css code of a page.

User guide:
once you've downloaded mystique, click on the "add to chrome" button. Go on any website and click on the little puzzle icon at the top right of your window. Don't worry, Mystique doesn't affect permanently your browser, just refresh the page and it'll display normally.

Mystique est un plugin qui vous permet de visualiser internet autrement en aléatoirisant les données du code CSS.

Mode d'emploi:
Une fois le plugin téléchargé, cliquez sur "ajouter à chrome", ouvrez un nouvel onglet sur votre navigateur. Rendez vous sur le site de votre choix, ou effectuez simplement une recherche sur Google, cliquez sur l'icône en forme de pièce de puzzle en haut à droite de votre navigateur et le tour est joué. Mystique n'affecte pas définitivement votre navigateur, rafraichissez la page et elle s'affichera de nouveau normalement.

Created by Louise de Montalembert and Louis Georget
Programmed by Christophe Salaün
www.l-dm.com
www.louis-georget.com                    

Basisinformatie over de Extensie

Naam mystique mystique
ID ccjbjnmiajalcfibfjmaniplejodjpjc
Officiële URL https://chromewebstore.google.com/detail/mystique/ccjbjnmiajalcfibfjmaniplejodjpjc
Beschrijving css randomizer
Bestandsgrootte 158 KB
Aantal Installaties 32
Huidige Versie 2.2
Laatst Bijgewerkt 2014-12-14
Publicatiedatum 2014-12-14
Beoordeling 4.75/5 Totaal 4 Beoordelingen
Ontwikkelaar https://mystique-plugin.com
Betalingswijze free
Extensiewebsite http://mystique-plugin.com
Help Pagina-URL http://mystique-plugin.com
Ondersteunde Talen fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "mystique",
    "description": "css randomizer",
    "version": "2.2",
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "background.js",
            "jquery-ui.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "css"
    },
    "manifest_version": 2
}