quick cite

making quick citation

Τι είναι το quick cite;

Το quick cite είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "making quick citation".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης quick cite

Λήψη αρχείων επέκτασης quick cite σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        CURRENTLY THIS EXTENSION WORKS FOR SOME NEWS WEBSITE
WE ARE PLANNING FOR FUTHER UPDATE

The chrome extension 1 click 1 cite is meant to be a quick and easy solution for anyone to cite their sources.  The whole idea behind 1 click 1 cite is quite obvious.  It’s in the name, it takes away the hassle of having to open other windows, go to other websites, and the general pain that comes from citing sources for a bibliography.  The advantage of using the extension is pure simplicity.    This is achieved by simply clicking the extension, and the extension popup appearing with the citation formatted, copied, and ready for the user.  

The interface reflects one style, simplicity.  The whole selling point of the extension is that it is as minimal clicks as possible.  This is a hot trend in the software industry, as the easier it is for users to complete their task, the more likely they will use that program.  This minimality is quite evident, as there is literally one button to click for the program to work, and one switch where the user can choose the citation type.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα quick cite quick cite
ID iagkfbcmjgeodpjjhafegmjnedpaandi
Επίσημο URL https://chromewebstore.google.com/detail/quick-cite/iagkfbcmjgeodpjjhafegmjnedpaandi
Περιγραφή making quick citation
Μέγεθος Αρχείου 30.2 KB
Αριθμός Εγκαταστάσεων 1,163
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2017-12-13
Ημερομηνία Δημοσίευσης 2017-12-12
Αξιολόγηση 2.83/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής Unknown
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "quick cite",
    "description": "making quick citation",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icons\/download.png.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "event.js"
        ]
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "icons": {
        "128": "icons\/download.png.png",
        "48": "icons\/download.png.png",
        "16": "icons\/download.png.png"
    }
}