Quote Copy

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

Quote Copyとは何ですか?

Quote CopyはFelschRによって開発されたChromeの拡張機能で、その主な機能は「Quickly cite text with quotation marks added automatically and "[...]" at the beginning and/or end of the quote.」です。

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

screenshot

Quote Copy拡張機能のCRXファイルをダウンロード

Quote Copy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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)                    

拡張機能の基本情報

名前 Quote Copy Quote Copy
ID adcafpnamedgglheflbbhljmcfccfakm
公式URL https://chromewebstore.google.com/detail/quote-copy/adcafpnamedgglheflbbhljmcfccfakm
説明 Quickly cite text with quotation marks added automatically and "[...]" at the beginning and/or end of the quote.
ファイルサイズ 12.03 KB
インストール数 153
現在のバージョン 1.2.1
最終更新日 2017-03-15
公開日 2017-03-15
評価 4.00/5 合計 3 レビュー
開発者 FelschR
Eメール [email protected]
支払い方法 free
対応言語 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
    }
}