Eyes on Things

Add an eye to any page

什么是Eyes on Things?

Eyes on Things是由Sam开发的Chrome扩展程序,该扩展的主要功能是“Add an eye to any page”。

扩展截图

screenshot
screenshot
screenshot

下载Eyes on Things扩展crx文件

下载Eyes on Things扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Eyes on Things Eyes on Things
ID kchfinkaihmfldfnijgfeichoncahbek
官方URL https://chrome.google.com/webstore/detail/eyes-on-things/kchfinkaihmfldfnijgfeichoncahbek
简介 Add an eye to any page
文件大小 19.45 KB
安装次数 508
当前版本 1.4
更新时间 2014-10-14
上架时间 2014-10-14
评分 4.00/5 共5次评分
开发者 Sam
付费类型 free
支持的语言 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
}