GeoTab
New Tab extension from mokachika
What is GeoTab?
GeoTab is a Chrome extension developed by mokachika, and its main feature is "New Tab extension from mokachika".
Extension Screenshots
Download GeoTab Extension CRX File
Download GeoTab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Explore the world, right from your new tab!
Extension Basic Information
Name | GeoTab |
ID | ckajgebhpcfjlheihdcaimefbgfglmfo |
Official URL | https://chromewebstore.google.com/detail/geotab/ckajgebhpcfjlheihdcaimefbgfglmfo |
Description | New Tab extension from mokachika |
File Size | 334 KB |
Installation Count | 56 |
Current Version | 0.1.3 |
Last Updated | 2023-03-12 |
Publish Date | 2023-02-26 |
Rating | 5.00/5 Total 2 Ratings |
Developer | mokachika |
[email protected] | |
Payment Type | free |
Extension Website | https://geotab.mokachika.com/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "GeoTab", "version": "0.1.3", "version_name": "0.1.3", "description": "New Tab extension from mokachika", "background": { "service_worker": ".\/background-v2.js" }, "permissions": [ "storage", "unlimitedStorage" ], "host_permissions": [ "*:\/\/*.mokachika.com\/*", "*:\/\/mokachika.com\/*", "*:\/\/*.openstreetmap.org\/*", "*:\/\/openstreetmap.org\/", "*:\/\/*.wikimedia.org\/*", "*:\/\/wikimedia.org\/*" ], "author": "mokachika", "short_name": "GeoTab", "action": { "default_title": "GeoTab", "default_icon": { "16": "\/gt-mini-trans-blue.png", "32": "\/gt-mini-trans-blue.png", "48": "\/gt-mini-trans-blue.png", "128": "\/gt-mini-trans-blue.png" } }, "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "\/gt-mini-trans-blue.png", "32": "\/gt-mini-trans-blue.png", "48": "\/gt-mini-trans-blue.png", "128": "\/gt-mini-trans-blue.png" } } |