Cita

Collect and edit quotes from any sites

Cita là gì?

Cita là một tiện ích mở rộng Chrome được phát triển bởi MatCatLab, và tính năng chính của nó là "Collect and edit quotes from any sites".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cita

Tải xuống các tệp mở rộng Cita dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Cita Cita
ID cnkhnldoedgdhcmccplllgceonaceknj
URL Chính Thức https://chromewebstore.google.com/detail/cita/cnkhnldoedgdhcmccplllgceonaceknj
Mô tả Collect and edit quotes from any sites
Kích Thước Tệp 559 KB
Số Lần Cài Đặt 81
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2017-07-24
Ngày Phát Hành 2017-07-24
Đánh Giá 4.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển MatCatLab
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}