Cita
Collect and edit quotes from any sites
Vad är Cita?
Cita är en Chrome-tillägg utvecklad av MatCatLab, och dess huvudfunktion är "Collect and edit quotes from any sites".
Tilläggsskärmbilder
Ladda ner Cita-förlängningens CRX-fil
Ladda ner Cita-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Cita |
ID | cnkhnldoedgdhcmccplllgceonaceknj |
Officiell webbadress | https://chromewebstore.google.com/detail/cita/cnkhnldoedgdhcmccplllgceonaceknj |
Beskrivning | Collect and edit quotes from any sites |
Filstorlek | 559 KB |
Antal Installationer | 81 |
Aktuell Version | 0.0.2 |
Senast Uppdaterad | 2017-07-24 |
Publiceringsdatum | 2017-07-24 |
Betyg | 4.75/5 Totalt 4 Betyg |
Utvecklare | MatCatLab |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } |