Quote Copy

Quickly cite text with quotation marks added automatically and "[...]" at the beginning and/or end of the quote.

Quote Copy là gì?

Quote Copy là một tiện ích mở rộng Chrome được phát triển bởi FelschR, và tính năng chính của nó là "Quickly cite text with quotation marks added automatically and "[...]" at the beginning and/or end of the quote.".

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

screenshot

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

Tải xuống các tệp mở rộng Quote Copy 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

                        Quickly copy text as a quote with added quotation marks and additional smart citing features.

Main features (accessible via right-click context menu):
- Quickly copy text with surrounding quotation marks
- Copy quote with link to the source

Smart citing:
- adds "[...]" to start/end when quoting sentences only partially
- includes words you only selected partially (while being in a hurry)                    

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

Tên Quote Copy Quote Copy
ID adcafpnamedgglheflbbhljmcfccfakm
URL Chính Thức https://chromewebstore.google.com/detail/quote-copy/adcafpnamedgglheflbbhljmcfccfakm
Mô tả Quickly cite text with quotation marks added automatically and "[...]" at the beginning and/or end of the quote.
Kích Thước Tệp 12.03 KB
Số Lần Cài Đặt 153
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2017-03-15
Ngày Phát Hành 2017-03-15
Đánh Giá 4.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển FelschR
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.2.1",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "contextMenus",
        "clipboardWrite",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "main.js"
        ],
        "persistent": false
    }
}