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
}