Eyes on Things

Add an eye to any page

Qu'est-ce que Eyes on Things ?

Eyes on Things est une extension Chrome développée par Sam, et sa fonction principale est "Add an eye to any page".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Eyes on Things

Téléchargez les fichiers d'extension Eyes on Things 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

                        Put eyes on anything! Simply click the new button to the right of your address bar, choose the size of your eye and have fun!

This extension does not use any of your personal data on websites. The code is available on the github repository https://github.com/kjav/Eyes-On-Things, so feel free to check that no malicious code is present.                    

Informations de Base sur l'Extension

Nom Eyes on Things Eyes on Things
ID kchfinkaihmfldfnijgfeichoncahbek
URL Officiel https://chrome.google.com/webstore/detail/eyes-on-things/kchfinkaihmfldfnijgfeichoncahbek
Description Add an eye to any page
Taille du Fichier 19.45 KB
Nombre d'Installations 508
Version Actuelle 1.4
Dernière Mise à Jour 2014-10-14
Date de Publication 2014-10-14
Évaluation 4.00/5 Total 5 Évaluations
Développeur Sam
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Eyes on Things",
    "description": "Add an eye to any page",
    "version": "1.4",
    "permissions": [
        "tabs",
        ""
    ],
    "browser_action": {
        "default_title": "Add an eye.",
        "default_icon": "icon128.png",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "draggabilly.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}