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文件

下载Needl扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}