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
公式URL 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
Eメール [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"
    ]
}