Cita
Collect and edit quotes from any sites
Cita क्या है?
Cita MatCatLab द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Collect and edit quotes from any sites"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Cita एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } |