Simple Wysiwyg
Simple Wysiwyg Extension for Chrome browser
What is Simple Wysiwyg?
Simple Wysiwyg is a Chrome extension developed by kzv, and its main feature is "Simple Wysiwyg Extension for Chrome browser".
Extension Screenshots
Download Simple Wysiwyg Extension CRX File
Download Simple Wysiwyg extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Расширение для форумов e1.ru. Добавляет к форумам редактор тегов, кнопку "Игнорировать", возможность ставить "лайки" для фоток, исправляет некоторые ошибки верстки, блокирует часть назойливой рекламы.
Extension Basic Information
Name | Simple Wysiwyg |
ID | hlfchpjngjmamddoidfhnmpnmnbngobb |
Official URL | https://chromewebstore.google.com/detail/simple-wysiwyg/hlfchpjngjmamddoidfhnmpnmnbngobb |
Description | Simple Wysiwyg Extension for Chrome browser |
File Size | 8.91 KB |
Installation Count | 273 |
Current Version | 2.32 |
Last Updated | 2021-01-10 |
Publish Date | 2015-10-07 |
Rating | 4.00/5 Total 4 Ratings |
Developer | kzv |
[email protected] | |
Payment Type | free |
Extension Website | http://www.e1.ru/talk/forum/go_to_message.php?f=67&t=10887060&i=10887060 |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple Wysiwyg", "version": "2.32", "manifest_version": 2, "description": "Simple Wysiwyg Extension for Chrome browser", "applications": { "gecko": { "id": "[email protected]", "strict_min_version": "45.0" } }, "content_scripts": [ { "all_frames": true, "js": [ "content\/browserOverlay.js" ], "matches": [ "*:\/\/*.e1.ru\/*" ], "run_at": "document_start" } ], "minimum_chrome_version": "18.0", "permissions": [ "https:\/\/*.e1.ru\/talk\/forum\/*" ] } |