CiteGen

Generate a Wikipedia citation from the current page, using reFill.

Τι είναι το CiteGen;

Το CiteGen είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Zhaofeng Li, και η κύρια λειτουργία του είναι "Generate a Wikipedia citation from the current page, using reFill.".

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

screenshot

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

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

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

                        This extension adds a toolbar button that generates a Wikipedia citation from the current page. The URL of the the current page is sent to and accessed by the reFill tool hosted on Wikimedia Tool Labs.                    

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

Όνομα CiteGen CiteGen
ID fdoibbbobhoioofchdplhodlihdbogfg
Επίσημο URL https://chrome.google.com/webstore/detail/citegen/fdoibbbobhoioofchdplhodlihdbogfg
Περιγραφή Generate a Wikipedia citation from the current page, using reFill.
Μέγεθος Αρχείου 101 KB
Αριθμός Εγκαταστάσεων 100
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2015-03-08
Ημερομηνία Δημοσίευσης 2015-03-08
Αξιολόγηση 4.70/5 Συνολικά 10 Αξιολογήσεις
Προγραμματιστής Zhaofeng Li
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://en.wikipedia.org/wiki/User:Zhaofeng_Li/CiteGen
Διεύθυνση URL της Σελίδας Βοήθειας https://en.wikipedia.org/wiki/User_talk:Zhaofeng_Li/CiteGen
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CiteGen",
    "description": "Generate a Wikipedia citation from the current page, using reFill.",
    "version": "1.0.0",
    "permissions": [
        "tabs",
        "https:\/\/tools.wmflabs.org\/*"
    ],
    "browser_action": {
        "default_icon": "common\/icon.png",
        "default_popup": "common\/popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/tools.wmflabs.org; object-src 'self'"
}