kirito
Capture, edit and share screenshots with ease
Wat is kirito?
kirito is een Chrome-extensie ontwikkeld door dev.hibiki, en de belangrijkste functie is "Capture, edit and share screenshots with ease".
Extensie Screenshots
Download het CRX-bestand van de extensie kirito
Download kirito-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | gegpofjnmecidodcphcbefkmpfmpccee |
Officiële URL | https://chromewebstore.google.com/detail/kirito/gegpofjnmecidodcphcbefkmpfmpccee |
Beschrijving | Capture, edit and share screenshots with ease |
Bestandsgrootte | 6.39 MB |
Aantal Installaties | 10 |
Huidige Versie | 1.2.0 |
Laatst Bijgewerkt | 2020-08-30 |
Publicatiedatum | 2020-07-16 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | dev.hibiki |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://kirito.io |
Ondersteunde Talen | 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" ] } |