kirito
Capture, edit and share screenshots with ease
ما هو kirito؟
kirito هو إضافة Chrome تم تطويرها بواسطة dev.hibiki، والميزة الرئيسية لها هي "Capture, edit and share screenshots with ease".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة kirito
قم بتنزيل ملفات الامتداد kirito بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" ] } |