kirito

Capture, edit and share screenshots with ease

¿Qué es kirito?

kirito es una extensión de Chrome desarrollada por dev.hibiki, y su función principal es "Capture, edit and share screenshots with ease".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión kirito

Descarga archivos de extensión kirito en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre kirito kirito
ID gegpofjnmecidodcphcbefkmpfmpccee
URL Oficial https://chromewebstore.google.com/detail/kirito/gegpofjnmecidodcphcbefkmpfmpccee
Descripción Capture, edit and share screenshots with ease
Tamaño del Archivo 6.39 MB
Cantidad de Instalaciones 10
Versión Actual 1.2.0
Última Actualización 2020-08-30
Fecha de Publicación 2020-07-16
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador dev.hibiki
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://kirito.io
Idiomas Soportados 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"
    ]
}