zap!

A quick lookup on whatever you copy 📋

Wat is zap!?

zap! is een Chrome-extensie ontwikkeld door Samarth Jajoo, en de belangrijkste functie is "A quick lookup on whatever you copy 📋".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie zap!

Download zap!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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 📜                    

Basisinformatie over de Extensie

Naam zap! zap!
ID nomaflfabiifkgpolnaddeffodceabkb
Officiële URL https://chromewebstore.google.com/detail/zap/nomaflfabiifkgpolnaddeffodceabkb
Beschrijving A quick lookup on whatever you copy 📋
Bestandsgrootte 17.58 KB
Aantal Installaties 48
Huidige Versie 0.0.5
Laatst Bijgewerkt 2018-05-26
Publicatiedatum 2018-05-26
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Samarth Jajoo
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://jajoosam.tech/zap
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}