Mapper

Add key value pairs

Mapper là gì?

Mapper là một tiện ích mở rộng Chrome được phát triển bởi rajatgoyal715, và tính năng chính của nó là "Add key value pairs".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Mapper

Tải xuống các tệp mở rộng Mapper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Mapper Mapper
ID bgeofhefagcifjgeonhbfpadpjmlidgm
URL Chính Thức https://chrome.google.com/webstore/detail/mapper/bgeofhefagcifjgeonhbfpadpjmlidgm
Mô tả Add key value pairs
Kích Thước Tệp 9.47 KB
Số Lần Cài Đặt 93
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2019-06-05
Ngày Phát Hành 2019-06-05
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển rajatgoyal715
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/rajatgoyal715/Mapper
URL Trang Chính Sách Bảo Mật https://github.com/rajatgoyal715/Mapper
Ngôn Ngữ Được Hỗ Trợ 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
}