Neroren Clipboard

Neroren clipboard will remember when, where, and what you copied.

Neroren Clipboard란 무엇입니까?

Neroren Clipboard은(는) neroren2에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Neroren clipboard will remember when, where, and what you copied."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        You can save text, links and images to the clipboard and reload them.                    

확장 프로그램 기본 정보

이름 Neroren Clipboard Neroren Clipboard
ID ldaldnejcpljkdffcgeaadfdhgdobbpf
공식 URL https://chromewebstore.google.com/detail/neroren-clipboard/ldaldnejcpljkdffcgeaadfdhgdobbpf
설명 Neroren clipboard will remember when, where, and what you copied.
파일 크기 65.3 KB
설치 횟수 119
현재 버전 0.1.9
최근 업데이트 2021-04-05
출시 날짜 2021-03-17
평점 4.83/5 총 6 개의 평점
개발자 neroren2
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/LimHaksu/neroren-clipboard
도움말 페이지 URL https://github.com/LimHaksu/neroren-clipboard
지원되는 언어 en,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.1.9",
    "manifest_version": 2,
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "permissions": [
        "storage",
        "contextMenus",
        "downloads",
        "clipboardRead",
        "tabs",
        "*:\/\/*\/*"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": ".\/icons\/icon16.png",
            "32": ".\/icons\/icon32.png",
            "48": ".\/icons\/icon48.png",
            "128": ".\/icons\/icon128.png"
        }
    },
    "icons": {
        "16": ".\/icons\/icon16.png",
        "32": ".\/icons\/icon32.png",
        "48": ".\/icons\/icon48.png",
        "128": ".\/icons\/icon128.png"
    },
    "options_page": "options.html"
}