ReloadCSS

A simple toolbar button that allows you to quickly reload your stylesheets without reloading the whole page.

ReloadCSS là gì?

ReloadCSS là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "A simple toolbar button that allows you to quickly reload your stylesheets without reloading the whole page.".

Ả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 ReloadCSS

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

                                            

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

Tên ReloadCSS ReloadCSS
ID hmkmcemeeilchgfndjepenkkfcfacpnp
URL Chính Thức https://chromewebstore.google.com/detail/reloadcss/hmkmcemeeilchgfndjepenkkfcfacpnp
Mô tả A simple toolbar button that allows you to quickly reload your stylesheets without reloading the whole page.
Kích Thước Tệp 11.33 KB
Số Lần Cài Đặt 65
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2014-06-30
Ngày Phát Hành 2014-06-30
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng http://cornellcampbell.com/extensions/posts/5/reloadcss/
URL Trang Trợ Giúp http://cornellcampbell.com/extensions/posts/5/reloadcss/
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ReloadCSS",
    "description": "A simple toolbar button that allows you to quickly reload your stylesheets without reloading the whole page.",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/Icon-19.png",
            "38": "icons\/Icon-38.png"
        },
        "default_title": "ReloadCSS"
    },
    "icons": {
        "128": "icons\/Icon.png"
    },
    "permissions": [
        "activeTab"
    ]
}