kirito

Capture, edit and share screenshots with ease

Qu'est-ce que kirito ?

kirito est une extension Chrome développée par dev.hibiki, et sa fonction principale est "Capture, edit and share screenshots with ease".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension kirito

Téléchargez les fichiers d'extension kirito au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom kirito kirito
ID gegpofjnmecidodcphcbefkmpfmpccee
URL Officiel https://chromewebstore.google.com/detail/kirito/gegpofjnmecidodcphcbefkmpfmpccee
Description Capture, edit and share screenshots with ease
Taille du Fichier 6.39 MB
Nombre d'Installations 10
Version Actuelle 1.2.0
Dernière Mise à Jour 2020-08-30
Date de Publication 2020-07-16
Évaluation 5.00/5 Total 2 Évaluations
Développeur dev.hibiki
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://kirito.io
Langues Prises en Charge 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"
    ]
}