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 |
| 官方網址 | 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"
} | |