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?

Site Labeler是由Gabriel Gonzalez開發的Chrome擴展程式,該擴展的主要功能是“Utility to add eye catching labels to sites depending on their url. Useful when working with different environments of the same site”。

擴展截圖

screenshot
screenshot
screenshot

下載Site Labeler擴展crx文件

下載Site Labeler擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Site Labeler Site Labeler
ID mdkoanlgchgnkbfjcecafkadgneapali
官方網址 https://chromewebstore.google.com/detail/site-labeler/mdkoanlgchgnkbfjcecafkadgneapali
簡介 Utility to add eye catching labels to sites depending on their url. Useful when working with different environments of the same site
檔案大小 18.81 KB
安裝次數 491
目前版本 0.2.0
更新時間 2015-11-12
上架時間 2015-11-11
評分 4.80/5 共 5 次評分
開發者 Gabriel Gonzalez
付費類型 free
擴展官網 https://github.com/gbrlmza/Chrome-SiteLabeler
支援的語言 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"
    ]
}