Cita
Collect and edit quotes from any sites
什么是Cita?
Cita是由MatCatLab开发的Chrome扩展程序,该扩展的主要功能是“Collect and edit quotes from any sites”。
扩展截图
下载Cita扩展crx文件
下载Cita扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| 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"
} | |