WysiwyBlogger
Fix mangled Blogger styles
ما هو WysiwyBlogger؟
WysiwyBlogger هو إضافة Chrome تم تطويرها بواسطة Adam Pritchard، والميزة الرئيسية لها هي "Fix mangled Blogger styles".
تحميل ملف CRX للإضافة WysiwyBlogger
قم بتنزيل ملفات الامتداد WysiwyBlogger بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Fixes Blogger's mangling of inline styles, which prevents content in the edit view from being WYSIWYG. Also restores functionality to Markdown Here.
معلومات أساسية عن التمديد
الاسم | |
ID | apdeenjcfcccaoaeccbbnaiofikcpeic |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/apdeenjcfcccaoaeccbbnaiofikcpeic |
الوصف | Fix mangled Blogger styles |
حجم الملف | 11.43 KB |
عدد التثبيتات | 54 |
النسخة الحالية | 0.0.1 |
آخر تحديث | 2015-03-05 |
تاريخ النشر | 2015-03-05 |
المطور | Adam Pritchard |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/adam-p/wysiwyblogger |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WysiwyBlogger", "version": "0.0.1", "description": "Fix mangled Blogger styles", "homepage_url": "https:\/\/github.com\/adam-p\/wysiwyblogger", "minimum_chrome_version": "6", "icons": { "512": "icon.png" }, "permissions": [], "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.blogger.com\/*" ], "js": [ "contentscript.js" ] } ], "browser_action": { "default_icon": { "38": "icon.png" }, "default_title": "WysiwyBlogger" } } |