Cita

Collect and edit quotes from any sites

Citaとは何ですか?

CitaはMatCatLabによって開発されたChromeの拡張機能で、その主な機能は「Collect and edit quotes from any sites」です。

拡張機能のスクリーンショット

screenshot
screenshot

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                    

拡張機能の基本情報

名前 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
Eメール [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"
}