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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων 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
Ηλεκτρονικό ταχυδρομείο [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
    }
}