mystique

css randomizer

mystique란 무엇입니까?

mystique은(는) https://mystique-plugin.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "css randomizer"입니다.

확장 프로그램 스크린샷

screenshot

mystique 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 mystique mystique
ID ccjbjnmiajalcfibfjmaniplejodjpjc
공식 URL https://chromewebstore.google.com/detail/mystique/ccjbjnmiajalcfibfjmaniplejodjpjc
설명 css randomizer
파일 크기 158 KB
설치 횟수 32
현재 버전 2.2
최근 업데이트 2014-12-14
출시 날짜 2014-12-14
평점 4.75/5 총 4 개의 평점
개발자 https://mystique-plugin.com
결제 유형 free
확장 프로그램 웹 사이트 http://mystique-plugin.com
도움말 페이지 URL http://mystique-plugin.com
지원되는 언어 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
}