kirito

Capture, edit and share screenshots with ease

Was ist kirito?

kirito ist eine Chrome-Erweiterung, die von dev.hibiki entwickelt wurde, und ihr Hauptmerkmal ist "Capture, edit and share screenshots with ease".

Erweiterungsscreenshots

screenshot

kirito-Erweiterungs-CRX-Datei herunterladen

Laden Sie kirito-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name kirito kirito
ID gegpofjnmecidodcphcbefkmpfmpccee
Offizielle URL https://chromewebstore.google.com/detail/kirito/gegpofjnmecidodcphcbefkmpfmpccee
Beschreibung Capture, edit and share screenshots with ease
Dateigröße 6.39 MB
Installationsanzahl 10
Aktuelle Version 1.2.0
Letztes Update 2020-08-30
Veröffentlichungsdatum 2020-07-16
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler dev.hibiki
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://kirito.io
Unterstützte Sprachen 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"
    ]
}