Script Collider!

JavaScript & CSS Minifier tool that simplifies the merging and minifying process for multiple file sites

Script Collider! là gì?

Script Collider! là một tiện ích mở rộng Chrome được phát triển bởi Samsono, và tính năng chính của nó là "JavaScript & CSS Minifier tool that simplifies the merging and minifying process for multiple file sites".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Script Collider! 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

                        Simplify your minification process now!

Script Collider automatically detects the JavaScript & CSS files on the current page, merging all your selected items in one file with your preferred minification library.
Minify JavaScript with:
- JSmin [default]
- UglifyJS
- Google Closure Compiler
- YUI/JS
- Javascript-Minifier
- JS Beautifier (unminify)

and CSS with:
- CSSMin
- YUI/CSS [default]
- CSS Beautifier (unminify)

Also...
- Add new JS/CSS files from different URLs with the [+] button. 
- Manage/Track files from multiple projects by saving your settings into "Saved Lists" section.                    

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

Tên Script Collider! Script Collider!
ID mdjopbnjoffpklcheigfancmmgemfbpc
URL Chính Thức https://chrome.google.com/webstore/detail/script-collider/mdjopbnjoffpklcheigfancmmgemfbpc
Mô tả JavaScript & CSS Minifier tool that simplifies the merging and minifying process for multiple file sites
Kích Thước Tệp 335 KB
Số Lần Cài Đặt 181
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2013-07-17
Ngày Phát Hành 2013-07-17
Đánh Giá 2.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Samsono
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Script Collider!",
    "description": "JavaScript & CSS Minifier tool that simplifies the merging and minifying process for multiple file sites",
    "version": "1.0.2",
    "permissions": [
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "js\/jquery-1.9.1.min.js",
            "js\/compressor\/jsmin.js",
            "js\/compressor\/uglify.js",
            "js\/compressor\/beautify-css.js",
            "js\/compressor\/beautify.module.js",
            "js\/compressor\/cssmin.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content_script.js"
            ]
        },
        {
            "css": [
                "css\/content-file.css"
            ],
            "js": [
                "js\/jquery-1.9.1.min.js",
                "js\/content-file.js"
            ],
            "matches": [
                "*:\/\/*\/*js",
                "*:\/\/*\/*css"
            ]
        }
    ],
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "compressor.html"
    },
    "web_accessible_resources": [
        "images\/check.png",
        "images\/cross.png",
        "images\/loading.gif"
    ]
}