Mapper

Add key value pairs

Mapper란 무엇입니까?

Mapper은(는) rajatgoyal715에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add key value pairs"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Mapper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}