Save CSS

Save your CSS and JS modifications in Devtools automatically to local disk.

Save CSS là gì?

Save CSS là một tiện ích mở rộng Chrome được phát triển bởi Tomi Mickelsson, và tính năng chính của nó là "Save your CSS and JS modifications in Devtools automatically to local disk.".

Ả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 Save CSS

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

                        Save CSS is a Chrome extension that speeds up your web UI development workflow
by automatically saving your CSS and Javascript modifications in Chrome
Developer Tools into the local disk. Eliminate manual copying and pasting of
CSS values from Developer Tools to source files and install this extension.

This extension requires an external script that is written in Python or Ruby. Pick one of them:

Get the python script from: https://raw.github.com/tomimick/chrome-ext-save-css/master/servers/server.py

Alternatively, get the Ruby script from: https://raw.github.com/tomimick/chrome-ext-save-css/master/servers/server.rb

See usage and technical information in author's blog in http://tomicloud.com/2012/04/save-css-chrome-ext                    

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

Tên Save CSS Save CSS
ID mflkegihknjnhmpfnaimpfkjbkelhhkf
URL Chính Thức https://chromewebstore.google.com/detail/save-css/mflkegihknjnhmpfnaimpfkjbkelhhkf
Mô tả Save your CSS and JS modifications in Devtools automatically to local disk.
Kích Thước Tệp 23.44 KB
Số Lần Cài Đặt 2,667
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2012-08-23
Ngày Phát Hành 2012-08-23
Đánh Giá 3.86/5 Tổng số 29 Đánh Giá
Nhà Phát Triển Tomi Mickelsson
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://tomicloud.com
URL Trang Trợ Giúp http://tomicloud.com/2012/04/save-css-chrome-ext
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save CSS",
    "version": "1.0.3",
    "description": "Save your CSS and JS modifications in Devtools automatically to local disk.",
    "manifest_version": 2,
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "devtools_page": "devtools.html",
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "minimum_chrome_version": "18"
}