Tile Enhancer
An unofficial tool that allows the user to enhance the satellite images on the GlobalXplorer° website
Qu'est-ce que Tile Enhancer ?
Tile Enhancer est une extension Chrome développée par ppseprus, et sa fonction principale est "An unofficial tool that allows the user to enhance the satellite images on the GlobalXplorer° website".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tile Enhancer
Téléchargez les fichiers d'extension Tile Enhancer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
"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
Informations de Base sur l'Extension
Nom | Tile Enhancer |
ID | ajgnkhkpjjmbhpdaacbhfdnhpkponcob |
URL Officiel | https://chromewebstore.google.com/detail/tile-enhancer/ajgnkhkpjjmbhpdaacbhfdnhpkponcob |
Description | An unofficial tool that allows the user to enhance the satellite images on the GlobalXplorer° website |
Taille du Fichier | 6.58 KB |
Nombre d'Installations | 11 |
Version Actuelle | 0.2.0 |
Dernière Mise à Jour | 2017-02-11 |
Date de Publication | 2017-02-11 |
Développeur | ppseprus |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/ppseprus/globalxplorer-tile-enhancer |
Langues Prises en Charge | 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" ] } |