kirito
Capture, edit and share screenshots with ease
O que é kirito?
kirito é uma extensão do Chrome desenvolvida por dev.hibiki, e sua principal característica é "Capture, edit and share screenshots with ease".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão kirito
Baixe arquivos de extensão kirito no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | gegpofjnmecidodcphcbefkmpfmpccee |
URL Oficial | https://chromewebstore.google.com/detail/kirito/gegpofjnmecidodcphcbefkmpfmpccee |
Descrição | Capture, edit and share screenshots with ease |
Tamanho do Arquivo | 6.39 MB |
Contagem de Instalações | 10 |
Versão Atual | 1.2.0 |
Última Atualização | 2020-08-30 |
Data de Publicação | 2020-07-16 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | dev.hibiki |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://kirito.io |
Idiomas Suportados | 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" ] } |