Needl
A tool to help you access, search and organize your data.
Cos'è Needl?
Needl è un'estensione di Chrome sviluppata da https://needl.tech, e la sua funzione principale è "A tool to help you access, search and organize your data.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Needl
Scarica i file di estensione Needl in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Needl helps you find any of your information in 2 clicks or less.
Informazioni di Base sull'Estensione
Nome | Needl |
ID | hepjidniooepkecogmfcphmlpmglnegg |
URL Ufficiale | https://chromewebstore.google.com/detail/needl/hepjidniooepkecogmfcphmlpmglnegg |
Descrizione | A tool to help you access, search and organize your data. |
Dimensione del File | 3.17 MB |
Conteggio Installazioni | 119 |
Versione Corrente | 1.0.22 |
Ultimo Aggiornamento | 2023-03-16 |
Data di Pubblicazione | 2022-10-19 |
Valutazione | 4.33/5 Totale 6 Valutazioni |
Sviluppatore | https://needl.tech |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://needl.tech |
Lingue Supportate | 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" ] } |