Pika - Capture Website screenshots

Capture web page screenshots and design in Pika.style

什麼是Pika - Capture Website screenshots?

Pika - Capture Website screenshots是由https://pika.style開發的Chrome擴展程式,該擴展的主要功能是“Capture web page screenshots and design in Pika.style”。

擴展截圖

screenshot
screenshot

下載Pika - Capture Website screenshots擴展crx文件

下載Pika - Capture Website screenshots擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Pika - Capture Website screenshots Pika - Capture Website screenshots
ID eabcpmplbinmgkaaccanhofnmljaaiia
官方網址 https://chromewebstore.google.com/detail/pika-capture-website-scre/eabcpmplbinmgkaaccanhofnmljaaiia
簡介 Capture web page screenshots and design in Pika.style
檔案大小 18.03 KB
安裝次數 609
目前版本 0.2
更新時間 2023-09-06
上架時間 2022-11-19
評分 5.00/5 共 1 次評分
開發者 https://pika.style
電子郵箱 [email protected]
付費類型 free
擴展官網 https://pika.style
說明頁面URL https://pika.style/articles
支援的語言 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"
    }
}