CiteGen

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

CiteGen क्या है?

CiteGen Zhaofeng Li द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generate a Wikipedia citation from the current page, using reFill."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CiteGen एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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'"
}