Cita
Collect and edit quotes from any sites
Was ist Cita?
Cita ist eine Chrome-Erweiterung, die von MatCatLab entwickelt wurde, und ihr Hauptmerkmal ist "Collect and edit quotes from any sites".
Erweiterungsscreenshots
Cita-Erweiterungs-CRX-Datei herunterladen
Laden Sie Cita-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | cnkhnldoedgdhcmccplllgceonaceknj |
| Offizielle URL | https://chromewebstore.google.com/detail/cita/cnkhnldoedgdhcmccplllgceonaceknj |
| Beschreibung | Collect and edit quotes from any sites |
| Dateigröße | 559 KB |
| Installationsanzahl | 81 |
| Aktuelle Version | 0.0.2 |
| Letztes Update | 2017-07-24 |
| Veröffentlichungsdatum | 2017-07-24 |
| Bewertung | 4.75/5 Insgesamt 4 Bewertungen |
| Entwickler | MatCatLab |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
} | |