Pika - Capture Website screenshots

Capture web page screenshots and design in Pika.style

Cos'è Pika - Capture Website screenshots?

Pika - Capture Website screenshots è un'estensione di Chrome sviluppata da https://pika.style, e la sua funzione principale è "Capture web page screenshots and design in Pika.style".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Pika - Capture Website screenshots

Scarica i file di estensione Pika - Capture Website screenshots 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

                        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                    

Informazioni di Base sull'Estensione

Nome Pika - Capture Website screenshots Pika - Capture Website screenshots
ID eabcpmplbinmgkaaccanhofnmljaaiia
URL Ufficiale https://chromewebstore.google.com/detail/pika-capture-website-scre/eabcpmplbinmgkaaccanhofnmljaaiia
Descrizione Capture web page screenshots and design in Pika.style
Dimensione del File 18.03 KB
Conteggio Installazioni 609
Versione Corrente 0.2
Ultimo Aggiornamento 2023-09-06
Data di Pubblicazione 2022-11-19
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://pika.style
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://pika.style
URL della Pagina di Aiuto https://pika.style/articles
Lingue Supportate 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"
    }
}