Wareko Map This
This extension will let you get a Wareko Map for any selected address on a webpage.
ما هو Wareko Map This؟
Wareko Map This هو إضافة Chrome تم تطويرها بواسطة https://www.wareko.jp، والميزة الرئيسية لها هي "This extension will let you get a Wareko Map for any selected address on a webpage.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Wareko Map This
قم بتنزيل ملفات الامتداد Wareko Map This بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Select any word or sentence in a website. Usually, they are name of the place or the address of the place you are interested in. Then, right click and execute 'Wareko Map This'. The Wareko Map will be opened in a new tab in Chrome and you can see the map and streetview there. Wareko Map is developed using Google Maps API. My web site: http://www.wareko.jp Wareko Map: http://www.wareko.jp/map/
معلومات أساسية عن التمديد
الاسم | Wareko Map This |
ID | mhalbcjmgdgcmcenkmacealabcfkbcha |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/wareko-map-this/mhalbcjmgdgcmcenkmacealabcfkbcha |
الوصف | This extension will let you get a Wareko Map for any selected address on a webpage. |
حجم الملف | 6.89 KB |
عدد التثبيتات | 66 |
النسخة الحالية | 1.2 |
آخر تحديث | 2015-12-06 |
تاريخ النشر | 2015-12-06 |
المطور | https://www.wareko.jp |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wareko Map This", "description": "This extension will let you get a Wareko Map for any selected address on a webpage.", "version": "1.2", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "permissions": [ "contextMenus", "tabs", "activeTab", "http:\/\/*\/*", "https:\/\/*\/*", " |