zap!

A quick lookup on whatever you copy 📋

Qu'est-ce que zap! ?

zap! est une extension Chrome développée par Samarth Jajoo, et sa fonction principale est "A quick lookup on whatever you copy 📋".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension zap!

Téléchargez les fichiers d'extension zap! 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

                        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 📜                    

Informations de Base sur l'Extension

Nom zap! zap!
ID nomaflfabiifkgpolnaddeffodceabkb
URL Officiel https://chromewebstore.google.com/detail/zap/nomaflfabiifkgpolnaddeffodceabkb
Description A quick lookup on whatever you copy 📋
Taille du Fichier 17.58 KB
Nombre d'Installations 48
Version Actuelle 0.0.5
Dernière Mise à Jour 2018-05-26
Date de Publication 2018-05-26
Évaluation 5.00/5 Total 2 Évaluations
Développeur Samarth Jajoo
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://jajoosam.tech/zap
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}