kirito
Capture, edit and share screenshots with ease
Cos'è kirito?
kirito è un'estensione di Chrome sviluppata da dev.hibiki, e la sua funzione principale è "Capture, edit and share screenshots with ease".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione kirito
Scarica i file di estensione kirito in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | gegpofjnmecidodcphcbefkmpfmpccee |
| URL Ufficiale | https://chromewebstore.google.com/detail/kirito/gegpofjnmecidodcphcbefkmpfmpccee |
| Descrizione | Capture, edit and share screenshots with ease |
| Dimensione del File | 6.39 MB |
| Conteggio Installazioni | 10 |
| Versione Corrente | 1.2.0 |
| Ultimo Aggiornamento | 2020-08-30 |
| Data di Pubblicazione | 2020-07-16 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | dev.hibiki |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://kirito.io |
| Lingue Supportate | 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"
]
} | |