OpenGrok Title Fix
This extension rename tabs title with file name on only OPENGROK website only.Developed for LG INTERNAL USE
Qu'est-ce que OpenGrok Title Fix ?
OpenGrok Title Fix est une extension Chrome développée par Chakri Reddy, et sa fonction principale est "This extension rename tabs title with file name on only OPENGROK website only.Developed for LG INTERNAL USE".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension OpenGrok Title Fix
Téléchargez les fichiers d'extension OpenGrok Title Fix au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension rename tabs title with file name on only OPENGROK website. Developed for LG INTERNAL USE
Informations de Base sur l'Extension
Nom | |
ID | kfhehkccginlceldahljdbehbfaepmal |
URL Officiel | https://chrome.google.com/webstore/detail/opengrok-title-fix/kfhehkccginlceldahljdbehbfaepmal |
Description | This extension rename tabs title with file name on only OPENGROK website only.Developed for LG INTERNAL USE |
Taille du Fichier | 13.04 KB |
Nombre d'Installations | 25 |
Version Actuelle | 2.2 |
Dernière Mise à Jour | 2016-08-12 |
Date de Publication | 2016-08-12 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Chakri Reddy |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.chakrireddy.com |
Langues Prises en Charge | 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\/" ] } |