kirito
Capture, edit and share screenshots with ease
什么是kirito?
kirito是由dev.hibiki开发的Chrome扩展程序,该扩展的主要功能是“Capture, edit and share screenshots with ease”。
扩展截图
下载kirito扩展crx文件
下载kirito扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | gegpofjnmecidodcphcbefkmpfmpccee |
官方URL | https://chromewebstore.google.com/detail/kirito/gegpofjnmecidodcphcbefkmpfmpccee |
简介 | Capture, edit and share screenshots with ease |
文件大小 | 6.39 MB |
安装次数 | 10 |
当前版本 | 1.2.0 |
更新时间 | 2020-08-30 |
上架时间 | 2020-07-16 |
评分 | 5.00/5 共2次评分 |
开发者 | dev.hibiki |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://kirito.io |
支持的语言 | 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" ] } |