ownsheet
Markdown texts never looked so pretty before.
ما هو ownsheet؟
ownsheet هو إضافة Chrome تم تطويرها بواسطة Sebastian Pältz، والميزة الرئيسية لها هي "Markdown texts never looked so pretty before.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ownsheet
قم بتنزيل ملفات الامتداد ownsheet بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
**features** - converts any markdown text into a neat, tidy and nice looking view - out-of-the-box compatible: just copy and paste any documentation, reference or cheat sheet out there into ownsheet, it'll look nice - and if not, take a look at the ... - included heading converter tool: quickly transform markdown texts into 'ownsheet-friendly' ones - supports Github-Flavored Markdown and HTML as well - built-in table of contents - import / export: Backing up, sharing ownsheet or transferring it to another machine is easy - customizable: Don't like the default colors? Or your boxes are too small/big? Don't worry, you can adjust all that how you please.
معلومات أساسية عن التمديد
الاسم | ownsheet |
ID | mffibchemnbeleefiicbipeofabkkamj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/ownsheet/mffibchemnbeleefiicbipeofabkkamj |
الوصف | Markdown texts never looked so pretty before. |
حجم الملف | 225 KB |
عدد التثبيتات | 58 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2015-06-11 |
تاريخ النشر | 2015-06-11 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Sebastian Pältz |
نوع الدفع | free |
عنوان صفحة المساعدة | https://github.com/BastiPaeltz/ownsheet |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ownsheet", "description": "Markdown texts never looked so pretty before.", "version": "1.0.2", "browser_action": { "default_icon": { "19": "images\/document19.png", "38": "images\/document38.png" }, "default_title": "ownsheet", "default_popup": "popup-min.html" }, "icons": { "16": "images\/document16.png", "48": "images\/document48.png", "128": "images\/document.png" }, "permissions": [ "storage" ], "manifest_version": 2 } |