others to otters

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

Qu'est-ce que others to otters ?

others to otters est une extension Chrome développée par RRM, et sa fonction principale est "Replaces all instances of 'other' with 'otter'.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension others to otters

Téléchargez les fichiers d'extension others to otters au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom others to otters others to otters
ID ondpmmfoomodhhlpgibmmjfmbolgngmf
URL Officiel https://chromewebstore.google.com/detail/others-to-otters/ondpmmfoomodhhlpgibmmjfmbolgngmf
Description Replaces all instances of 'other' with 'otter'.
Taille du Fichier 21.25 KB
Nombre d'Installations 17
Version Actuelle 1.1
Dernière Mise à Jour 2017-09-12
Date de Publication 2017-09-12
Évaluation 5.00/5 Total 1 Évaluations
Développeur RRM
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}