Source Code Reader
This extension adds an Browse button to the toolbar which allows you to browse the current GitHub repo using Source Code Reader.
Source Code Reader क्या है?
Source Code Reader Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension adds an Browse button to the toolbar which allows you to browse the current GitHub repo using Source Code Reader."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Source Code Reader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Source Code Reader is a web application which basically allows a user to open a publically hosted .NET C# project on Github and navigate through the code seamlessly. It allows a user to navigate directly to the implementation code from the calling code with single click (similar to the Go To Definition feature available in Microsoft Visual Studio). Source code hosting providers like GitHub, Bitbucket, CodePlex and Google Code only provide provide basic file browsing capabilities. Source Code Reader does much more than files browsing; it understands the semantics of the code to give superior code navigation functionality.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | odmaeindnajocepmmfjfconhggagbpnc |
आधिकारिक URL | https://chromewebstore.google.com/detail/source-code-reader/odmaeindnajocepmmfjfconhggagbpnc |
विवरण | This extension adds an Browse button to the toolbar which allows you to browse the current GitHub repo using Source Code Reader. |
फ़ाइल का आकार | 7.3 KB |
स्थापना संख्या | 797 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2013-05-18 |
प्रकाशन तिथि | 2013-05-18 |
रेटिंग | 3.00/5 कुल 2 रेटिंग्स |
डेवलपर | Unknown |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://blog.appharbor.com/2012/08/07/source-code-reader-browse-source-code-online |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Source Code Reader", "version": "1.0", "description": "This extension adds an Browse button to the toolbar which allows you to browse the current GitHub repo using Source Code Reader.", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs" ], "browser_action": { "default_title": "Browse Repo in Source Code Reader", "default_icon": "icon.png" }, "manifest_version": 2 } |