Open Tab, Map
Open a new tab and explore an interactive map of a random sports stadium behind a Google search!
Qu'est-ce que Open Tab, Map ?
Open Tab, Map est une extension Chrome développée par timwdeveloper, et sa fonction principale est "Open a new tab and explore an interactive map of a random sports stadium behind a Google search!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Open Tab, Map
Téléchargez les fichiers d'extension Open Tab, Map 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
This is a must have for every sports or mapping fan! V2.0: Added team logos and names When you open a new Tab, it will randomly show a NFL, MLB or CFB stadium behind a google search bar. You can also pick your favorite stadium and only show it. In the tab you can do the following: - Zoom in/out and pan the map - You can switch between Aerials and a Street Map - Click on the Stadiums name and see its Wikipedia entry - Add shortcut buttons to popular websites In the future I will add more sports arenas (NBA/NHL),shortcut options and mapping functions.
Informations de Base sur l'Extension
Nom | |
ID | eehkgnjcficnmpnocjabenpcigiljeml |
URL Officiel | https://chrome.google.com/webstore/detail/open-tab-map/eehkgnjcficnmpnocjabenpcigiljeml |
Description | Open a new tab and explore an interactive map of a random sports stadium behind a Google search! |
Taille du Fichier | 332 KB |
Nombre d'Installations | 42 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2016-07-02 |
Date de Publication | 2016-07-02 |
Évaluation | 4.82/5 Total 11 Évaluations |
Développeur | timwdeveloper |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "install.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/suggestqueries.google.com 'unsafe-eval'; object-src 'self'", "description": "Open a new tab and explore an interactive map of a random sports stadium behind a Google search!", "icons": { "128": "images\/icon128.png", "16": "images\/icon19.png", "48": "images\/icon48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtLDR9IxSFp2Hd3Sss\/il\/nPYEmGuUde5vdJyZ1q1X\/Oq\/Jfh8CaNKofQCMdrBr53FefXrdMLmdzv4M6tbUjD0Ng4YCwm81hmveZGhag549CXzD9CjovJnBTNE2I5OXhKlpKtg3qzNBtX6bnX06tGOEqhH4cftt3d0opvhoIprJO9GIzMo0hNrJHK0gLGWbRbut8xOKteRMCoEaJ7KaEvp4UtvhuSWQe0Avn3rTxJt7rk4axzmVttnN7th9XrI4K\/zFS4NPuNnXyreuWsbud5ypXuNWIA6NEL+Mlf56RVzqZ4nbRk\/PVfJowHbPSikX1MF0n9Zc5rYi1ZMiNV6l4s9QIDAQAB", "manifest_version": 2, "name": "Open Tab, Map", "options_page": "options\/options.html", "permissions": [ "tabs", "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.0" } |