MapIt!

Quickly open a map by selecting some text or address, right-click, and select MapIt!

MapIt! क्या है?

MapIt! cwilcoxson द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly open a map by selecting some text or address, right-click, and select MapIt!"।

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

screenshot
screenshot

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

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

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

                        Quickly open a map using one of several popular mapping services such as Google Maps™, Mapquest™, Zillow™, or even Apple Maps (macOS only). Highlight an address, right-click to open a context menu, then select 'MapIt!'. Chrome will open a new tab and display the location using your preferred mapping service. The default is Google Maps.                    

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

नाम MapIt! MapIt!
ID ckddkgihaaljdkiilleepllgfhelliph
आधिकारिक URL https://chromewebstore.google.com/detail/mapit/ckddkgihaaljdkiilleepllgfhelliph
विवरण Quickly open a map by selecting some text or address, right-click, and select MapIt!
फ़ाइल का आकार 19.76 KB
स्थापना संख्या 2,299
वर्तमान संस्करण 0.3
अंतिम अपडेट 2024-01-27
प्रकाशन तिथि 2014-07-16
रेटिंग 3.33/5 कुल 9 रेटिंग्स
डेवलपर cwilcoxson
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.slushman.com/projects/mapit
सहायता पृष्ठ URL https://github.com/slushman/mapit-chrome/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "author": "Slushman",
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';",
        "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';"
    },
    "default_locale": "en",
    "description": "Quickly open a map by selecting some text or address, right-click, and select MapIt!",
    "icons": {
        "16": ".\/images\/icon16.png",
        "48": ".\/images\/icon48.png",
        "128": ".\/images\/icon128.png"
    },
    "manifest_version": 3,
    "name": "MapIt!",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage"
    ],
    "version": "0.3"
}