others to otters

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

Vad är others to otters?

others to otters är en Chrome-tillägg utvecklad av RRM, och dess huvudfunktion är "Replaces all instances of 'other' with 'otter'.".

Tilläggsskärmbilder

screenshot

Ladda ner others to otters-förlängningens CRX-fil

Ladda ner others to otters-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

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

Grundläggande Information om Tillägg

Namn others to otters others to otters
ID ondpmmfoomodhhlpgibmmjfmbolgngmf
Officiell webbadress https://chromewebstore.google.com/detail/others-to-otters/ondpmmfoomodhhlpgibmmjfmbolgngmf
Beskrivning Replaces all instances of 'other' with 'otter'.
Filstorlek 21.25 KB
Antal Installationer 17
Aktuell Version 1.1
Senast Uppdaterad 2017-09-12
Publiceringsdatum 2017-09-12
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare RRM
Betalningssätt free
Stödda Språk 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"
        }
    ]
}