exCITEting

Cite in Harvard & APA!

exCITEting क्या है?

exCITEting JT Liew द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Cite in Harvard & APA!"।

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

screenshot

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

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

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

                        1) Automatically generate Harvard/APA referencing. 
2) Cite different resources.
3) Save bibiography for later usage.

Drop me a comment if you want any to add anything else!

here are the codes for the program:
https://github.com/pandawarrior91/GExtension_exCITEing?source=cc

Thank you for using!                    

एक्सटेंशन की मूल जानकारी

नाम exCITEting exCITEting
ID epoaclcodmjlibgeiepldcpicajecapc
आधिकारिक URL https://chromewebstore.google.com/detail/exciteting/epoaclcodmjlibgeiepldcpicajecapc
विवरण Cite in Harvard & APA!
फ़ाइल का आकार 103 KB
स्थापना संख्या 92
वर्तमान संस्करण 1.4
अंतिम अपडेट 2013-09-16
प्रकाशन तिथि 2013-09-16
रेटिंग 2.00/5 कुल 1 रेटिंग्स
डेवलपर JT Liew
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "exCITEting",
    "version": "1.4",
    "manifest_version": 2,
    "description": "Cite in Harvard & APA!",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Cite in Harvard and APA!",
        "default_popup": "extension.html"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "128": "icon.png"
    }
}