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.”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | anblamhjlbiihkpdgmlfgbeohbpcimfn |
官方網址 | 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" ] } ] } |