K-State ServiceNow Title Changer

Changes the title of the Service-Now page/tab to make it more helpful.

什么是K-State ServiceNow Title Changer?

K-State ServiceNow Title Changer是由George Walker开发的Chrome扩展程序,该扩展的主要功能是“Changes the title of the Service-Now page/tab to make it more helpful.”。

扩展截图

screenshot

下载K-State ServiceNow Title Changer扩展crx文件

下载K-State ServiceNow Title Changer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Changes the title of the Service-Now page/tab to make it more helpful.

Please send feedback for pages that don't display relevant titles and I will try to add them to future releases.                    

扩展基本信息

名称 K-State ServiceNow Title Changer K-State ServiceNow Title Changer
ID anblamhjlbiihkpdgmlfgbeohbpcimfn
官方URL https://chrome.google.com/webstore/detail/k-state-servicenow-title/anblamhjlbiihkpdgmlfgbeohbpcimfn
简介 Changes the title of the Service-Now page/tab to make it more helpful.
文件大小 23.13 KB
安装次数 23
当前版本 1.0.7
更新时间 2014-06-12
上架时间 2014-06-12
评分 5.00/5 共1次评分
开发者 George Walker
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.georgewwalker.com/projects/sntitlechanger/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "K-State ServiceNow Title Changer",
    "version": "1.0.7",
    "description": "Changes the title of the Service-Now page\/tab to make it more helpful.",
    "author": "George Walker",
    "homepage_url": "http:\/\/www.georgewwalker.com\/projects\/sntitlechanger",
    "icons": {
        "128": "servicedesk.png"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/kstate.service-now.com\/*",
        "https:\/\/kstate.service-now.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/kstate.service-now.com\/*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ]
}