Cita
Collect and edit quotes from any sites
O que é Cita?
Cita é uma extensão do Chrome desenvolvida por MatCatLab, e sua principal característica é "Collect and edit quotes from any sites".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Cita
Baixe arquivos de extensão Cita no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Cita |
ID | cnkhnldoedgdhcmccplllgceonaceknj |
URL Oficial | https://chromewebstore.google.com/detail/cita/cnkhnldoedgdhcmccplllgceonaceknj |
Descrição | Collect and edit quotes from any sites |
Tamanho do Arquivo | 559 KB |
Contagem de Instalações | 81 |
Versão Atual | 0.0.2 |
Última Atualização | 2017-07-24 |
Data de Publicação | 2017-07-24 |
Classificação | 4.75/5 Total de 4 Avaliações |
Desenvolvedor | MatCatLab |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |