others to otters

Replaces all instances of 'other' with 'otter'.

Hvad er others to otters?

others to otters er en Chrome-udvidelse udviklet af RRM, og dens hovedfunktion er "Replaces all instances of 'other' with 'otter'.".

Udvidelsesskærmbilleder

screenshot

Download others to otters-udvidelses-CRX-fil

Download others to otters-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        This extension replaces all instances of the word "other" with the word "otter", to make you smile when you least expect it.                    

Grundlæggende oplysninger om udvidelsen

Navn others to otters others to otters
ID ondpmmfoomodhhlpgibmmjfmbolgngmf
Officiel URL https://chromewebstore.google.com/detail/others-to-otters/ondpmmfoomodhhlpgibmmjfmbolgngmf
Beskrivelse Replaces all instances of 'other' with 'otter'.
Filstørrelse 21.25 KB
Antal Installationer 17
Nuværende Version 1.1
Senest Opdateret 2017-09-12
Udgivelsesdato 2017-09-12
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler RRM
Betalingsmetode free
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "others to otters",
    "short_name": "otters",
    "description": "Replaces all instances of 'other' with 'otter'.",
    "author": "RRM",
    "version": "1.1",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}