zap!

A quick lookup on whatever you copy 📋

What is zap!?

zap! is a Chrome extension developed by Samarth Jajoo, and its main feature is "A quick lookup on whatever you copy 📋".

Extension Screenshots

screenshot

Download zap! Extension CRX File

Download zap! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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 📜                    

Extension Basic Information

Name zap! zap!
ID nomaflfabiifkgpolnaddeffodceabkb
Official URL https://chromewebstore.google.com/detail/zap/nomaflfabiifkgpolnaddeffodceabkb
Description A quick lookup on whatever you copy 📋
File Size 17.58 KB
Installation Count 48
Current Version 0.0.5
Last Updated 2018-05-26
Publish Date 2018-05-26
Rating 5.00/5 Total 2 Ratings
Developer Samarth Jajoo
Email [email protected]
Payment Type free
Extension Website https://jajoosam.tech/zap
Supported Languages 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": [
                ""
            ]
        }
    ]
}