Octoview
The missing preview feature for GitHub
Octoview क्या है?
Octoview Rongjian Zhang द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The missing preview feature for GitHub"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Octoview एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Preview files on GitHub. Source code: https://github.com/pd4d10/octoview
एक्सटेंशन की मूल जानकारी
नाम | Octoview |
ID | ekjhcbdeiniodnnilfihlnlnnpkhleel |
आधिकारिक URL | https://chromewebstore.google.com/detail/octoview/ekjhcbdeiniodnnilfihlnlnnpkhleel |
विवरण | The missing preview feature for GitHub |
फ़ाइल का आकार | 646 KB |
स्थापना संख्या | 86 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2017-08-23 |
प्रकाशन तिथि | 2017-08-22 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Rongjian Zhang |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/pd4d10/octoview |
सहायता पृष्ठ URL | https://github.com/pd4d10/octoview |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Octoview", "version": "1.0.0", "description": "The missing preview feature for GitHub", "homepage_url": "https:\/\/github.com\/pd4d10\/octoview", "icons": { "128": "icon.png" }, "background": { "scripts": [ "dist\/raven.js", "dist\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "dist\/raven.js", "dist\/contentscript.js" ], "run-at": "document_idle" } ] } |