Tile Enhancer

An unofficial tool that allows the user to enhance the satellite images on the GlobalXplorer° website

Tile Enhancer là gì?

Tile Enhancer là một tiện ích mở rộng Chrome được phát triển bởi ppseprus, và tính năng chính của nó là "An unofficial tool that allows the user to enhance the satellite images on the GlobalXplorer° website".

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

screenshot

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

Tải xuống các tệp mở rộng Tile Enhancer 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

                        "GlobalXplorer° is an online platform that uses the power of the crowd to analyze the incredible wealth of satellite images currently available to archaeologists." — https://www.globalxplorer.org/about

This Chrome Extension is an unofficial tool that allows the user to enhance the satellite images the website serves to the user.

While inside the highlighted area, by moving the mouse away from the center of the image horizontally, the user can either increase or decrease the brightness of the tile. Doing the same thing vertically will give control over the contrast.
Moving the mouse outside the highlighted area will set everything back to default.

For more information, please visit the following link:
https://github.com/ppseprus/globalxplorer-tile-enhancer                    

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

Tên Tile Enhancer Tile Enhancer
ID ajgnkhkpjjmbhpdaacbhfdnhpkponcob
URL Chính Thức https://chromewebstore.google.com/detail/tile-enhancer/ajgnkhkpjjmbhpdaacbhfdnhpkponcob
Mô tả An unofficial tool that allows the user to enhance the satellite images on the GlobalXplorer° website
Kích Thước Tệp 6.58 KB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 0.2.0
Cập Nhật Lần Cuối 2017-02-11
Ngày Phát Hành 2017-02-11
Nhà Phát Triển ppseprus
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ppseprus/globalxplorer-tile-enhancer
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tile Enhancer",
    "version": "0.2.0",
    "description": "An unofficial tool that allows the user to enhance the satellite images on the GlobalXplorer\u00b0 website",
    "author": "ppseprus",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.globalxplorer.org\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "enhance.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "webNavigation",
        "tabs"
    ]
}