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.”。
擴展截圖
下載Needl擴展crx文件
下載Needl擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Needl helps you find any of your information in 2 clicks or less.
擴展基本資訊
名稱 | Needl |
ID | hepjidniooepkecogmfcphmlpmglnegg |
官方網址 | 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" ] } |