GitHub Printer
Print currently displayed page on GitHub with beautiful format
ما هو GitHub Printer؟
GitHub Printer هو إضافة Chrome تم تطويرها بواسطة Duc Doba، والميزة الرئيسية لها هي "Print currently displayed page on GitHub with beautiful format".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة GitHub Printer
قم بتنزيل ملفات الامتداد GitHub Printer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 } |