Twitter MD
Extend twitter to tweet markdown as image
ما هو Twitter MD؟
Twitter MD هو إضافة Chrome تم تطويرها بواسطة ryosukeclarinet، والميزة الرئيسية لها هي "Extend twitter to tweet markdown as image".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Twitter MD
قم بتنزيل ملفات الامتداد Twitter MD بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Twitter MD Chrome Extension. Twitter MD extends twitter to tweet markdown as image. You can write Code with syntax highlight, math formula with latex. Twitter MD's features are below. - modern UI - github flavored markdown - math formula - sytax highlight - preview md - customize css - setting tweet content - front matter - save md as png - tweet md as png Privacy policy is here: https://ryosukecla.github.io/policy/
معلومات أساسية عن التمديد
الاسم | Twitter MD |
ID | ofcdoemohfnfofjafamjbhdfjiifbehi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/twitter-md/ofcdoemohfnfofjafamjbhdfjiifbehi |
الوصف | Extend twitter to tweet markdown as image |
حجم الملف | 4.4 MB |
عدد التثبيتات | 45 |
النسخة الحالية | 1.2.3 |
آخر تحديث | 2018-12-13 |
تاريخ النشر | 2018-12-12 |
المطور | ryosukeclarinet |
نوع الدفع | free |
موقع الإضافة | https://twitter-md.herokuapp.com/index.html |
عنوان صفحة المساعدة | https://twitter.com/GentleClarinet |
عنوان صفحة سياسة الخصوصية | https://ryosukecla.github.io/policy |
اللغات المدعومة | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter MD", "version": "1.2.3", "manifest_version": 2, "description": "Extend twitter to tweet markdown as image", "author": "Ryosuke Suzuki", "browser_action": { "default_popup": "index.html" }, "icons": { "16": "\/icon16.png", "48": "\/icon48.png", "128": "\/icon128.png" }, "permissions": [ "http:\/\/localhost:3010\/*", "https:\/\/twitter-md.herokuapp.com\/*", "storage" ], "web_accessible_resources": [ "\/static\/css\/content.css" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |