Pika - Capture Website screenshots

Capture web page screenshots and design in Pika.style

What is Pika - Capture Website screenshots?

Pika - Capture Website screenshots is a Chrome extension developed by https://pika.style, and its main feature is "Capture web page screenshots and design in Pika.style".

Extension Screenshots

screenshot
screenshot

Download Pika - Capture Website screenshots Extension CRX File

Download Pika - Capture Website screenshots 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

                        Pika Chrome extension lets you quickly capture your current tab as screenshot and open it in Pika.style app so you can design and beautify your screenshot quickly                    

Extension Basic Information

Name Pika - Capture Website screenshots Pika - Capture Website screenshots
ID eabcpmplbinmgkaaccanhofnmljaaiia
Official URL https://chromewebstore.google.com/detail/pika-capture-website-scre/eabcpmplbinmgkaaccanhofnmljaaiia
Description Capture web page screenshots and design in Pika.style
File Size 18.03 KB
Installation Count 609
Current Version 0.2
Last Updated 2023-09-06
Publish Date 2022-11-19
Rating 5.00/5 Total 1 Ratings
Developer https://pika.style
Email [email protected]
Payment Type free
Extension Website https://pika.style
Help Page URL https://pika.style/articles
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pika - Capture Website screenshots",
    "version": "0.2",
    "description": "Capture web page screenshots and design in Pika.style",
    "icons": {
        "40": "\/images\/icon-40.png",
        "80": "\/images\/icon-80.png"
    },
    "background": {
        "service_worker": "\/src\/background.js"
    },
    "permissions": [
        "activeTab"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_title": "Capture tab"
    }
}