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
官方網址 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
}