OpenGrok Title Fix

This extension rename tabs title with file name on only OPENGROK website only.Developed for LG INTERNAL USE

Wat is OpenGrok Title Fix?

OpenGrok Title Fix is een Chrome-extensie ontwikkeld door Chakri Reddy, en de belangrijkste functie is "This extension rename tabs title with file name on only OPENGROK website only.Developed for LG INTERNAL USE".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie OpenGrok Title Fix

Download OpenGrok Title Fix-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extension rename tabs title with file name on only OPENGROK website. Developed for LG INTERNAL USE                    

Basisinformatie over de Extensie

Naam OpenGrok Title Fix OpenGrok Title Fix
ID kfhehkccginlceldahljdbehbfaepmal
Officiële URL https://chrome.google.com/webstore/detail/opengrok-title-fix/kfhehkccginlceldahljdbehbfaepmal
Beschrijving This extension rename tabs title with file name on only OPENGROK website only.Developed for LG INTERNAL USE
Bestandsgrootte 13.04 KB
Aantal Installaties 25
Huidige Versie 2.2
Laatst Bijgewerkt 2016-08-12
Publicatiedatum 2016-08-12
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Chakri Reddy
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.chakrireddy.com
Ondersteunde Talen 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\/"
    ]
}