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 |
官方網址 | 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 } |