Eyes on Things

Add an eye to any page

Eyes on Things là gì?

Eyes on Things là một tiện ích mở rộng Chrome được phát triển bởi Sam, và tính năng chính của nó là "Add an eye to any page".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Eyes on Things

Tải xuống các tệp mở rộng Eyes on Things dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Eyes on Things Eyes on Things
ID kchfinkaihmfldfnijgfeichoncahbek
URL Chính Thức https://chrome.google.com/webstore/detail/eyes-on-things/kchfinkaihmfldfnijgfeichoncahbek
Mô tả Add an eye to any page
Kích Thước Tệp 19.45 KB
Số Lần Cài Đặt 508
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2014-10-14
Ngày Phát Hành 2014-10-14
Đánh Giá 4.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Sam
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}