Cita

Collect and edit quotes from any sites

Cita란 무엇입니까?

Cita은(는) MatCatLab에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Collect and edit quotes from any sites"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Cita 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Cita Cita
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"
}