kirito
Capture, edit and share screenshots with ease
kirito क्या है?
kirito dev.hibiki द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Capture, edit and share screenshots with ease"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में kirito एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |