Power Dat Google Map Search Routing

Select a route like it is in power dat (Carol Stream,IL(35) Miami,FL(—), right click and make a search it on Google Maps directly

ما هو Power Dat Google Map Search Routing؟

Power Dat Google Map Search Routing هو إضافة Chrome تم تطويرها بواسطة balanescuandrian، والميزة الرئيسية لها هي "Select a route like it is in power dat (Carol Stream,IL(35) Miami,FL(—), right click and make a search it on Google Maps directly".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Power Dat Google Map Search Routing

قم بتنزيل ملفات الامتداد Power Dat Google Map Search Routing بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Make a quick search on Google Maps from Power.DAT   load board.

Select&search
---

I created this chrome extension for personal use.

It allows you to select an address , right click and search it on Google Maps directly.

1.Select a route  like it is in power dat (Carol Stream,IL(35) Miami,FL(—),  
2. Right click and make a search it on Google Maps directly

Save time and a lot of typing
Enjoy                    

معلومات أساسية عن التمديد

الاسم Power Dat Google Map Search Routing Power Dat Google Map Search Routing
ID oincafggaepgofadjimemcfmdfpjoepl
عنوان URL الرسمي https://chromewebstore.google.com/detail/power-dat-google-map-sear/oincafggaepgofadjimemcfmdfpjoepl
الوصف Select a route like it is in power dat (Carol Stream,IL(35) Miami,FL(—), right click and make a search it on Google Maps directly
حجم الملف 7.66 MB
عدد التثبيتات 953
النسخة الحالية 1.4
آخر تحديث 2023-01-18
تاريخ النشر 2021-05-30
تقييم 5.00/5 مجموع تقييمات 5
المطور balanescuandrian
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Power Dat Google Map Search Routing",
    "version": "1.4",
    "manifest_version": 2,
    "description": "Select a route  like it is in power dat (Carol Stream,IL(35) Miami,FL(\u2014), right click and make a search it on Google Maps directly",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "script.js"
        ]
    }
}