Coordinates Helper

This extension will help you build a route in Google Maps by highlighting the required area with coordinates.

Coordinates Helper क्या है?

Coordinates Helper sazdanbest द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will help you build a route in Google Maps by highlighting the required area with coordinates."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Coordinates Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension will help you build a route in Google Maps by highlighting the required area with coordinates. Now there is no need to manually insert each coordinate.                    

एक्सटेंशन की मूल जानकारी

नाम Coordinates Helper Coordinates Helper
ID dbopijjkmjmdgafnjhoncebmmdjkbddh
आधिकारिक URL https://chromewebstore.google.com/detail/coordinates-helper/dbopijjkmjmdgafnjhoncebmmdjkbddh
विवरण This extension will help you build a route in Google Maps by highlighting the required area with coordinates.
फ़ाइल का आकार 9.96 KB
स्थापना संख्या 119
वर्तमान संस्करण 1.0.6
अंतिम अपडेट 2023-08-14
प्रकाशन तिथि 2023-07-27
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर sazdanbest
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Coordinates Helper",
    "version": "1.0.6",
    "description": "This extension will help you build a route in Google Maps by highlighting the required area with coordinates.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png"
        }
    }
}