Full Width Github
Always use full-width layout on Github. Great for reading and presenting code. This extension is not affiliated with Github.
Full Width Github क्या है?
Full Width Github Jared Tong द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Always use full-width layout on Github. Great for reading and presenting code. This extension is not affiliated with Github."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Full Width Github एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Always use full-width layout on Github. Great for reading and presenting code. This extension is not affiliated with Github.
एक्सटेंशन की मूल जानकारी
नाम | Full Width Github |
ID | fpmeepocimocneobfkndponblfpecdkj |
आधिकारिक URL | https://chromewebstore.google.com/detail/full-width-github/fpmeepocimocneobfkndponblfpecdkj |
विवरण | Always use full-width layout on Github. Great for reading and presenting code. This extension is not affiliated with Github. |
फ़ाइल का आकार | 316 KB |
स्थापना संख्या | 23 |
वर्तमान संस्करण | 0.0.1 |
अंतिम अपडेट | 2017-03-04 |
प्रकाशन तिथि | 2017-03-04 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Jared Tong |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://github.com/tongrhj/full_width_github/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Full Width Github", "version": "0.0.1", "description": "Always use full-width layout on Github. Great for reading and presenting code. This extension is not affiliated with Github.", "browser_action": { "default_icon": "github48.png", "default_title": "Wider Github" }, "icons": { "16": "github16.png", "48": "github48.png", "128": "github128.png" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/github.com\/*", "https:\/\/*.github.com\/*" ] } ] } |