Mapper

Add key value pairs

Mapper क्या है?

Mapper rajatgoyal715 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add key value pairs"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Mapper - Chrome extension enables you organize your work effectively right from your browser.

Manage key value pairs in one click by add, reading or deleting mappings.

It happens with everyone many times when we want access to some data very quickly like when we add details in any form, we want values to specific fields instantly but end up typing each and everything.
This chrome extension helps you to store key value pairs which will be easy to read or even copy to clipboard with just one click. Mapper can help you manager your mappings.

Github Url: https://github.com/rajatgoyal715/Mapper                    

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

नाम Mapper Mapper
ID bgeofhefagcifjgeonhbfpadpjmlidgm
आधिकारिक URL https://chrome.google.com/webstore/detail/mapper/bgeofhefagcifjgeonhbfpadpjmlidgm
विवरण Add key value pairs
फ़ाइल का आकार 9.47 KB
स्थापना संख्या 93
वर्तमान संस्करण 1.3.0
अंतिम अपडेट 2019-06-05
प्रकाशन तिथि 2019-06-05
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर rajatgoyal715
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/rajatgoyal715/Mapper
गोपनीयता नीति पृष्ठ URL https://github.com/rajatgoyal715/Mapper
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mapper",
    "short_name": "Mapper",
    "version": "1.3.0",
    "description": "Add key value pairs",
    "permissions": [
        "declarativeContent",
        "storage",
        "tabs",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "html\/popup.html",
        "default_icon": {
            "16": "images\/add_16.png",
            "24": "images\/add_24.png",
            "48": "images\/add_48.png",
            "128": "images\/add_128.png"
        }
    },
    "icons": {
        "16": "images\/add_16.png",
        "24": "images\/add_24.png",
        "48": "images\/add_48.png",
        "128": "images\/add_128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+A",
                "mac": "Command+Shift+A"
            },
            "description": "Toggle popup"
        }
    },
    "manifest_version": 2
}