Quote Copy

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

ما هو Quote Copy؟

Quote Copy هو إضافة Chrome تم تطويرها بواسطة FelschR، والميزة الرئيسية لها هي "Quickly cite text with quotation marks added automatically and "[...]" at the beginning and/or end of the quote.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Quote Copy

قم بتنزيل ملفات الامتداد Quote Copy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [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
    }
}