Needl

A tool to help you access, search and organize your data.

Needl란 무엇입니까?

Needl은(는) https://needl.tech에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A tool to help you access, search and organize your data."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Needl helps you find any of your information in 2 clicks or less.                    

확장 프로그램 기본 정보

이름 Needl Needl
ID hepjidniooepkecogmfcphmlpmglnegg
공식 URL https://chromewebstore.google.com/detail/needl/hepjidniooepkecogmfcphmlpmglnegg
설명 A tool to help you access, search and organize your data.
파일 크기 3.17 MB
설치 횟수 119
현재 버전 1.0.22
최근 업데이트 2023-03-16
출시 날짜 2022-10-19
평점 4.33/5 총 6 개의 평점
개발자 https://needl.tech
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://needl.tech
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Needl",
    "version": "1.0.22",
    "background": {
        "service_worker": "background.js"
    },
    "description": "A tool to help you access, search and organize your data.",
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "favicon_16.png",
        "48": "favicon_48.png",
        "128": "favicon_128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiQTqGSpTk2OzCk4ObHsZbZgpUYonKLRW+Hamv2qrPUi8\/sdm4hDbI8FEE+jr+DVIeUwnyzbmGDpQ2SGgGP81yPxFOYdRwdalEmhg3Txok0FNai9Imod3oer+FzmOC2m+VSg+bII5E8gBYpLgfx49X0wP8Eta5\/d7Pt+2AWioMRYTicRRqeLO7mDS+2c9lt2cQGfcDHJQhlsswtsxe0FZdKRx0G2tFg1MwNTScUg9rW7f7QI23YzyBYJZuJ+jEqAcjSCfWp1yc5vkCfHSBRPb15EuMnow6prTv5YBcHJdrQxH2E3HYCvVRWl9LwQer5OSZVzqBHW2tdrPTlS8h8EW\/QIDAQAB",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Space"
            }
        }
    },
    "permissions": [
        "storage"
    ]
}