mystique
css randomizer
mystiqueとは何ですか?
mystiqueはhttps://mystique-plugin.comによって開発されたChromeの拡張機能で、その主な機能は「css randomizer」です。
拡張機能のスクリーンショット
mystique拡張機能のCRXファイルをダウンロード
mystique拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | |
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 } |