Tile Enhancer
An unofficial tool that allows the user to enhance the satellite images on the GlobalXplorer° website
Tile Enhancerคืออะไร?
Tile Enhancer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ppseprus และคุณลักษณะหลักของมันคือ "An unofficial tool that allows the user to enhance the satellite images on the GlobalXplorer° website"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tile Enhancer
ดาวน์โหลดไฟล์ส่วนขยาย Tile Enhancer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
"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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tile Enhancer |
ID | ajgnkhkpjjmbhpdaacbhfdnhpkponcob |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tile-enhancer/ajgnkhkpjjmbhpdaacbhfdnhpkponcob |
คำอธิบาย | An unofficial tool that allows the user to enhance the satellite images on the GlobalXplorer° website |
ขนาดไฟล์ | 6.58 KB |
จำนวนการติดตั้ง | 11 |
เวอร์ชันปัจจุบัน | 0.2.0 |
อัปเดตครั้งล่าสุด | 2017-02-11 |
วันที่เผยแพร่ | 2017-02-11 |
ผู้พัฒนา | ppseprus |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/ppseprus/globalxplorer-tile-enhancer |
ภาษาที่รองรับ | 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" ] } |