Liberal to Lizard

Replaces the text 'liberal' with 'lizard'.

Vad är Liberal to Lizard?

Liberal to Lizard är en Chrome-tillägg utvecklad av Alex Hixon, och dess huvudfunktion är "Replaces the text 'liberal' with 'lizard'.".

Ladda ner Liberal to Lizard-förlängningens CRX-fil

Ladda ner Liberal to Lizard-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn Liberal to Lizard Liberal to Lizard
ID gffjgnochcilollgommfhgndmfanbbnk
Officiell webbadress https://chrome.google.com/webstore/detail/liberal-to-lizard/gffjgnochcilollgommfhgndmfanbbnk
Beskrivning Replaces the text 'liberal' with 'lizard'.
Filstorlek 19.06 KB
Antal Installationer 31
Aktuell Version 1.0
Senast Uppdaterad 2014-09-05
Publiceringsdatum 2014-09-05
Betyg 1.00/5 Totalt 1 Betyg
Utvecklare Alex Hixon
Betalningssätt free
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Liberal to Lizard",
    "version": "1.0",
    "description": "Replaces the text 'liberal' with 'lizard'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    }
}