Cita
Collect and edit quotes from any sites
ما هو Cita؟
Cita هو إضافة Chrome تم تطويرها بواسطة MatCatLab، والميزة الرئيسية لها هي "Collect and edit quotes from any sites".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Cita
قم بتنزيل ملفات الامتداد Cita بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Cita is a free extension that allows to save and to edit quotes from any web page. It is a must have tool for those, who create presentations or write articles with quotes from lots of sources. With Cita one could: - save only needed information instead of full article - duplicate saved quote and/or edit - sort quotes using labels with different colors - quickly find needed quote using search and filters - keep links to sources - have offline access to quotes
معلومات أساسية عن التمديد
الاسم | Cita |
ID | cnkhnldoedgdhcmccplllgceonaceknj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/cita/cnkhnldoedgdhcmccplllgceonaceknj |
الوصف | Collect and edit quotes from any sites |
حجم الملف | 559 KB |
عدد التثبيتات | 81 |
النسخة الحالية | 0.0.2 |
آخر تحديث | 2017-07-24 |
تاريخ النشر | 2017-07-24 |
تقييم | 4.75/5 مجموع تقييمات 4 |
المطور | MatCatLab |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cita", "version": "0.0.2", "default_locale": "en", "description": "__MSG_EXTENSION_DESCRIPTION__", "icons": { "16": "img\/cita_16-circle.png", "48": "img\/cita_48-circle.png", "128": "img\/cita_128-circle.png" }, "browser_action": { "default_title": "Cita" }, "author": "MatCatLab ( http:\/\/www.matcatlab.ru )", "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "current_locale": "en", "incognito": "spanning", "minimum_chrome_version": "40", "offline_enabled": true, "permissions": [ "contextMenus", "storage", "tabs" ], "short_name": "Cita" } |