Reference App
A handy referencing application that allows you to generate references in the Harvard style without leaving your current webpage.
Reference App क्या है?
Reference App Fraser Deans द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A handy referencing application that allows you to generate references in the Harvard style without leaving your current webpage."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Reference App एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Using the harvard reference style for academic references is tricky to remember and let's face it, a real pain in the arse. This app make it simple and easy to develop your references to include in your assignments. This is perfect for those studying at academic institutions. Change log: v0.12 - Users can now click a button to copy the reference to the clipboard. v0.14 - Fixed bug with last accessed date on web references. v0.15 - Fixed bug with URL grab for web references.
एक्सटेंशन की मूल जानकारी
नाम | Reference App |
ID | clgddkmefkffmfinedklminbclibddlf |
आधिकारिक URL | https://chromewebstore.google.com/detail/reference-app/clgddkmefkffmfinedklminbclibddlf |
विवरण | A handy referencing application that allows you to generate references in the Harvard style without leaving your current webpage. |
फ़ाइल का आकार | 50.09 KB |
स्थापना संख्या | 6,000 |
वर्तमान संस्करण | 0.15 |
अंतिम अपडेट | 2013-01-19 |
प्रकाशन तिथि | 2013-01-19 |
रेटिंग | 2.88/5 कुल 8 रेटिंग्स |
डेवलपर | Fraser Deans |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reference App", "manifest_version": 2, "version": "0.15", "description": "A handy referencing application that allows you to generate references in the Harvard style without leaving your current webpage.", "icons": { "128": "images\/icon-128.gif" }, "permissions": [ "tabs", "clipboardWrite" ], "browser_action": { "default_icon": "images\/icon-128.gif", "default_popup": "popup.html" } } |