Chrome Neko

The program chrome neko creates a cute cat.

Qu'est-ce que Chrome Neko ?

Chrome Neko est une extension Chrome développée par tk555, et sa fonction principale est "The program chrome neko creates a cute cat.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Chrome Neko

Téléchargez les fichiers d'extension Chrome Neko 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

                        このプログラムはユーザーを癒やす猫を出現させます。

大体のサイトで動作しますが時々動作しないサイト(Chrome web store,office.com,etc...)があります。

cf. https://github.com/tk555/ChromeNeko

(追記2017/11/14 verson1.0.0)
1.Option pageにBlack list追加
2.爪とぎ(Scratching)追加
(追記2017/11/16 verson1.0.1)
1.bugfix...
(追記2018/12/2 verson1.0.2)
1.bugfix...

---TODO
1.そのページで動作を止められるようにすること。                    

Informations de Base sur l'Extension

Nom Chrome Neko Chrome Neko
ID bhpdbljgdjjakkjfekalhcbedehkfdgh
URL Officiel https://chromewebstore.google.com/detail/chrome-neko/bhpdbljgdjjakkjfekalhcbedehkfdgh
Description The program chrome neko creates a cute cat.
Taille du Fichier 939 KB
Nombre d'Installations 247
Version Actuelle 1.0.2
Dernière Mise à Jour 2018-12-27
Date de Publication 2018-12-26
Évaluation 3.82/5 Total 17 Évaluations
Développeur tk555
Type de Paiement free
Langues Prises en Charge ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Neko",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "The program chrome neko creates a cute cat.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/oneko.js"
            ]
        }
    ],
    "options_page": "html\/options\/options.html",
    "web_accessible_resources": [
        "src\/oneko.js",
        "img\/*.png",
        "\/html\/options\/options.html"
    ],
    "content_security_policy": "script-src 'self' https:\/\/platform.twitter.com; object-src 'self'",
    "permissions": [
        "tabs",
        "",
        "storage"
    ],
    "optional_permissions": [
        "webRequest",
        "webNavigation",
        "http:\/\/twitter.com\/*",
        "https:\/\/twitter.com\/*"
    ],
    "icons": {
        "16": "img\/awake.png",
        "48": "img\/awake.png",
        "128": "img\/awake.png"
    }
}