Eyes on Things

Add an eye to any page

Apa itu Eyes on Things?

Eyes on Things adalah ekstensi Chrome yang dikembangkan oleh Sam, dan fitur utamanya adalah "Add an eye to any page".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Eyes on Things

Unduh file ekstensi Eyes on Things dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Eyes on Things Eyes on Things
ID kchfinkaihmfldfnijgfeichoncahbek
URL Resmi https://chrome.google.com/webstore/detail/eyes-on-things/kchfinkaihmfldfnijgfeichoncahbek
Deskripsi Add an eye to any page
Ukuran File 19.45 KB
Jumlah Instalasi 508
Versi Saat Ini 1.4
Terakhir Diperbarui 2014-10-14
Tanggal Publikasi 2014-10-14
Penilaian 4.00/5 Total 5 Penilaian
Pengembang Sam
Tipe Pembayaran free
Bahasa yang Didukung 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
}