kirito

Capture, edit and share screenshots with ease

什麼是kirito?

kirito是由dev.hibiki開發的Chrome擴展程式,該擴展的主要功能是“Capture, edit and share screenshots with ease”。

擴展截圖

screenshot

下載kirito擴展crx文件

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

擴展使用說明

                        With kirito (https://kirito.io), you can capture, edit, and share screenshots easily in few steps.

📸 Capture
Available options
- Capture visible area
- Capture full page

🖍 Edit
Add texts/elements to make your screenshot more meaning.

🔗 Share
You can download to local file or share with a link.                    

擴展基本資訊

名稱 kirito kirito
ID gegpofjnmecidodcphcbefkmpfmpccee
官方網址 https://chromewebstore.google.com/detail/kirito/gegpofjnmecidodcphcbefkmpfmpccee
簡介 Capture, edit and share screenshots with ease
檔案大小 6.39 MB
安裝次數 10
目前版本 1.2.0
更新時間 2020-08-30
上架時間 2020-07-16
評分 5.00/5 共 2 次評分
開發者 dev.hibiki
電子郵箱 [email protected]
付費類型 free
擴展官網 https://kirito.io
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "kirito",
    "version": "1.2.0",
    "description": "Capture, edit and share screenshots with ease",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-64.png",
        "128": "icon-128.png"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "tabCapture",
        "pageCapture",
        "desktopCapture",
        "notifications",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "Znext\/static\/runtime\/webpack.js",
                "page.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "icon-16.png",
            "48": "icon-64.png",
            "128": "icon-128.png"
        },
        "default_title": "kirito - Capture, edit and share screenshots with ease",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "injectIframe.html"
    ]
}