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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
} | |