mystique

css randomizer

mystique là gì?

mystique là một tiện ích mở rộng Chrome được phát triển bởi https://mystique-plugin.com, và tính năng chính của nó là "css randomizer".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng mystique

Tải xuống các tệp mở rộng mystique dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên mystique mystique
ID ccjbjnmiajalcfibfjmaniplejodjpjc
URL Chính Thức https://chromewebstore.google.com/detail/mystique/ccjbjnmiajalcfibfjmaniplejodjpjc
Mô tả css randomizer
Kích Thước Tệp 158 KB
Số Lần Cài Đặt 32
Phiên Bản Hiện Tại 2.2
Cập Nhật Lần Cuối 2014-12-14
Ngày Phát Hành 2014-12-14
Đánh Giá 4.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://mystique-plugin.com
Loại Thanh Toán free
Trang Web Mở Rộng http://mystique-plugin.com
URL Trang Trợ Giúp http://mystique-plugin.com
Ngôn Ngữ Được Hỗ Trợ 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
}