Cita
Collect and edit quotes from any sites
Cos'è Cita?
Cita è un'estensione di Chrome sviluppata da MatCatLab, e la sua funzione principale è "Collect and edit quotes from any sites".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Cita
Scarica i file di estensione Cita in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Cita |
ID | cnkhnldoedgdhcmccplllgceonaceknj |
URL Ufficiale | https://chromewebstore.google.com/detail/cita/cnkhnldoedgdhcmccplllgceonaceknj |
Descrizione | Collect and edit quotes from any sites |
Dimensione del File | 559 KB |
Conteggio Installazioni | 81 |
Versione Corrente | 0.0.2 |
Ultimo Aggiornamento | 2017-07-24 |
Data di Pubblicazione | 2017-07-24 |
Valutazione | 4.75/5 Totale 4 Valutazioni |
Sviluppatore | MatCatLab |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |