Hack to Stack

Turns all instances of 'hack' into 'stack' in Chrome.

Wat is Hack to Stack?

Hack to Stack is een Chrome-extensie ontwikkeld door elvinyung1, en de belangrijkste functie is "Turns all instances of 'hack' into 'stack' in Chrome.".

Download het CRX-bestand van de extensie Hack to Stack

Download Hack to Stack-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

                        Turns all instances of 'hack' into 'stack' in Chrome.

You asked for this.                    

Basisinformatie over de Extensie

Naam Hack to Stack Hack to Stack
ID akigalajcdgbiphkpdpfoiikdhbhfend
Officiële URL https://chrome.google.com/webstore/detail/hack-to-stack/akigalajcdgbiphkpdpfoiikdhbhfend
Beschrijving Turns all instances of 'hack' into 'stack' in Chrome.
Bestandsgrootte 3.4 KB
Aantal Installaties 36
Huidige Versie 0.1
Laatst Bijgewerkt 2014-09-22
Publicatiedatum 2014-09-22
Beoordeling 4.00/5 Totaal 4 Beoordelingen
Ontwikkelaar elvinyung1
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hack to Stack",
    "version": "0.1",
    "description": "Turns all instances of 'hack' into 'stack' in Chrome.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}