Steemit.com Enhancer
Enhance the functions of steemit.com : change fonts, improve readability, side-by-side preview, various content templates provided.
What is Steemit.com Enhancer?
Steemit.com Enhancer is a Chrome extension developed by https://www.letmecompile.com, and its main feature is "Enhance the functions of steemit.com : change fonts, improve readability, side-by-side preview, various content templates provided.".
Extension Screenshots
Download Steemit.com Enhancer Extension CRX File
Download Steemit.com Enhancer 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
Enhance the functions of steemit.com [Viewer] - You can change the font on the steemit post page. [Editor] - Side by side preview mode - Layout templates (Book Review, Travel, Recipe, etc.) are provided.
Extension Basic Information
Name | Steemit.com Enhancer |
ID | gepddagaajclednflogimfmpoejjkcnj |
Official URL | https://chromewebstore.google.com/detail/steemitcom-enhancer/gepddagaajclednflogimfmpoejjkcnj |
Description | Enhance the functions of steemit.com : change fonts, improve readability, side-by-side preview, various content templates provided. |
File Size | 315 KB |
Installation Count | 454 |
Current Version | 1.1.1 |
Last Updated | 2018-07-18 |
Publish Date | 2018-07-18 |
Rating | 4.50/5 Total 4 Ratings |
Developer | https://www.letmecompile.com |
[email protected] | |
Payment Type | free |
Extension Website | https://steemit.com/@yjiq150 |
Help Page URL | https://steemit.com/@yjiq150 |
Supported Languages | en,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.1", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "page_action": { "default_icon": "img\/icon-48.png", "default_title": "__MSG_appName__", "default_popup": "popup.html" }, "icons": { "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "web_accessible_resources": [ "js\/page.bundle.js" ], "background": { "page": "background.html" }, "permissions": [ "storage", "activeTab", "tabs", "https:\/\/steemit.com\/*" ], "content_security_policy": "default-src 'self'; script-src 'self'; style-src * 'unsafe-inline'; img-src 'self' data:;" } |