GitHub Printer
Print currently displayed page on GitHub with beautiful format
GitHub Printer क्या है?
GitHub Printer Duc Doba द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Print currently displayed page on GitHub with beautiful format"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GitHub Printer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Tired with finding a good solution to print out your markdown / source code files on GitHub or save them as PDF? GitHub Printer is a tiny yet useful extension you need!!! HOW TO USE: - Open any GitHub markdown / source code file - Click on the GitHub Printer extension icon - Refresh the browser when done.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | gkfcbphecmdiklloeebijingkjcakpgh |
आधिकारिक URL | https://chrome.google.com/webstore/detail/github-printer/gkfcbphecmdiklloeebijingkjcakpgh |
विवरण | Print currently displayed page on GitHub with beautiful format |
फ़ाइल का आकार | 5.13 KB |
स्थापना संख्या | 373 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2016-07-14 |
प्रकाशन तिथि | 2016-07-14 |
रेटिंग | 4.20/5 कुल 10 रेटिंग्स |
डेवलपर | Duc Doba |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub Printer", "description": "Print currently displayed page on GitHub with beautiful format", "version": "1.0", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Print GitHub page", "default_icon": "print_16x16.png" }, "manifest_version": 2 } |