OpenGrok Title Fix
This extension rename tabs title with file name on only OPENGROK website only.Developed for LG INTERNAL USE
什么是OpenGrok Title Fix?
OpenGrok Title Fix是由Chakri Reddy开发的Chrome扩展程序,该扩展的主要功能是“This extension rename tabs title with file name on only OPENGROK website only.Developed for LG INTERNAL USE”。
扩展截图
下载OpenGrok Title Fix扩展crx文件
下载OpenGrok Title Fix扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension rename tabs title with file name on only OPENGROK website. Developed for LG INTERNAL USE
扩展基本信息
名称 | |
ID | kfhehkccginlceldahljdbehbfaepmal |
官方URL | https://chrome.google.com/webstore/detail/opengrok-title-fix/kfhehkccginlceldahljdbehbfaepmal |
简介 | This extension rename tabs title with file name on only OPENGROK website only.Developed for LG INTERNAL USE |
文件大小 | 13.04 KB |
安装次数 | 25 |
当前版本 | 2.2 |
更新时间 | 2016-08-12 |
上架时间 | 2016-08-12 |
评分 | 5.00/5 共1次评分 |
开发者 | Chakri Reddy |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://www.chakrireddy.com |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "OpenGrok Title Fix", "description": "This extension rename tabs title with file name on only OPENGROK website only.Developed for LG INTERNAL USE", "version": "2.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "persistent": false, "scripts": [ "bg.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/opengrok.lge.com:8080\/*", "http:\/\/10.221.31.30:8080\/*", "http:\/\/androidxref.com\/*" ], "js": [ "bg1.js" ] } ], "permissions": [ "activeTab", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "https:\/\/ajax.googleapis.com\/" ] } |