Site Labeler

Utility to add eye catching labels to sites depending on their url. Useful when working with different environments of the same site

Site Labeler là gì?

Site Labeler là một tiện ích mở rộng Chrome được phát triển bởi Gabriel Gonzalez, và tính năng chính của nó là "Utility to add eye catching labels to sites depending on their url. Useful when working with different environments of the same site".

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

screenshot
screenshot
screenshot

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

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

                        Chrome extension to add eye catching labels to sites depending on their url. Useful when working with different environments of the same site.

v0.2.0
- Hide label on mouseover
- Show label on mouse idle

v0.1.0
- Initial release

Comments, critics and suggestions are welcome!
Source: https://github.com/gbrlmza/Chrome-SiteLabeler                    

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

Tên Site Labeler Site Labeler
ID mdkoanlgchgnkbfjcecafkadgneapali
URL Chính Thức https://chromewebstore.google.com/detail/site-labeler/mdkoanlgchgnkbfjcecafkadgneapali
Mô tả Utility to add eye catching labels to sites depending on their url. Useful when working with different environments of the same site
Kích Thước Tệp 18.81 KB
Số Lần Cài Đặt 491
Phiên Bản Hiện Tại 0.2.0
Cập Nhật Lần Cuối 2015-11-12
Ngày Phát Hành 2015-11-11
Đánh Giá 4.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Gabriel Gonzalez
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/gbrlmza/Chrome-SiteLabeler
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Site Labeler",
    "version": "0.2.0",
    "manifest_version": 2,
    "description": "Utility to add eye catching labels to sites depending on their url. Useful when working with different environments of the same site",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage"
    ]
}