zap!

A quick lookup on whatever you copy 📋

Cos'è zap!?

zap! è un'estensione di Chrome sviluppata da Samarth Jajoo, e la sua funzione principale è "A quick lookup on whatever you copy 📋".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione zap!

Scarica i file di estensione zap! 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

                        Learn more about what you're looking at, simply by copying. zap! shows information as a notification, which you can click on for more details 📜                    

Informazioni di Base sull'Estensione

Nome zap! zap!
ID nomaflfabiifkgpolnaddeffodceabkb
URL Ufficiale https://chromewebstore.google.com/detail/zap/nomaflfabiifkgpolnaddeffodceabkb
Descrizione A quick lookup on whatever you copy 📋
Dimensione del File 17.58 KB
Conteggio Installazioni 48
Versione Corrente 0.0.5
Ultimo Aggiornamento 2018-05-26
Data di Pubblicazione 2018-05-26
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Samarth Jajoo
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://jajoosam.tech/zap
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "zap!",
    "version": "0.0.5",
    "manifest_version": 2,
    "description": "A quick lookup on whatever you copy \ud83d\udccb",
    "homepage_url": "https:\/\/jajoosam.tech\/zap",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "notifications"
    ],
    "content_scripts": [
        {
            "js": [
                "src\/bg\/bg.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}