Quick Maps
Get a Google Maps™ box attached to any address on a site or highlight text + use right-click menu to show it on a map immediately!
什麼是Quick Maps?
Quick Maps是由http://www.quickmaps.me開發的Chrome擴展程式,該擴展的主要功能是“Get a Google Maps™ box attached to any address on a site or highlight text + use right-click menu to show it on a map immediately!”。
擴展截圖
下載Quick Maps擴展crx文件
下載Quick Maps擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Get a Google Map™ for any location in just a second. Simply hover the mouse over an adress on any website and get a handy Google Map™ box right next to it. Alternatively you can highlight a location name (e.g. New York) in a text, right-click and select "Search with QuickMaps". Quick Maps currently works for the following address-formats: • United States • United Kingdom • Germany • France • Spain • Italy • and many more... We´ll be expanding the list of supported countries in the near future and make sure the automatic address detection will work more reliable Since the add-on is brand new, please don´t be too harsh with your ratings. We´d like to improve Quick Maps, so we´re happy about your feedback!
擴展基本資訊
名稱 | |
ID | bgbojmobaekecckmomemopckmeipecij |
官方網址 | https://chrome.google.com/webstore/detail/bgbojmobaekecckmomemopckmeipecij |
簡介 | Get a Google Maps™ box attached to any address on a site or highlight text + use right-click menu to show it on a map immediately! |
檔案大小 | 56.82 KB |
安裝次數 | 17,407 |
目前版本 | 2.3 |
更新時間 | 2015-05-01 |
上架時間 | 2015-05-01 |
評分 | 3.96/5 共 239 次評分 |
開發者 | http://www.quickmaps.me |
付費類型 | free |
擴展官網 | http://www.quickmaps.me |
說明頁面URL | http://www.quickmaps.me/about.php |
支援的語言 | de,en,es,it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", "homepage_url": "http:\/\/www.quickmaps.me", "default_locale": "en", "version": "2.3", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com\/ https:\/\/apis.google.com; object-src 'self'", "content_scripts": [ { "all_frames": false, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "tooltip.css" ], "js": [ "js\/config.js", "js\/debug.js", "js\/request.js", "js\/dom_handle.js", "js\/init.js" ], "run_at": "document_end" } ], "permissions": [ "tabs", "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "js\/config.js", "js\/install.js", "js\/context_menu.js" ] } } |