Needl

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

Qu'est-ce que Needl ?

Needl est une extension Chrome développée par https://needl.tech, et sa fonction principale est "A tool to help you access, search and organize your data.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Needl

Téléchargez les fichiers d'extension Needl au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Needl Needl
ID hepjidniooepkecogmfcphmlpmglnegg
URL Officiel https://chromewebstore.google.com/detail/needl/hepjidniooepkecogmfcphmlpmglnegg
Description A tool to help you access, search and organize your data.
Taille du Fichier 3.17 MB
Nombre d'Installations 119
Version Actuelle 1.0.22
Dernière Mise à Jour 2023-03-16
Date de Publication 2022-10-19
Évaluation 4.33/5 Total 6 Évaluations
Développeur https://needl.tech
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://needl.tech
Langues Prises en Charge 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"
    ]
}