Steemit.com Enhancer
Enhance the functions of steemit.com : change fonts, improve readability, side-by-side preview, various content templates provided.
什么是Steemit.com Enhancer?
Steemit.com Enhancer是由https://www.letmecompile.com开发的Chrome扩展程序,该扩展的主要功能是“Enhance the functions of steemit.com : change fonts, improve readability, side-by-side preview, various content templates provided.”。
扩展截图
下载Steemit.com Enhancer扩展crx文件
下载Steemit.com Enhancer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Steemit.com Enhancer |
ID | gepddagaajclednflogimfmpoejjkcnj |
官方URL | https://chromewebstore.google.com/detail/steemitcom-enhancer/gepddagaajclednflogimfmpoejjkcnj |
简介 | Enhance the functions of steemit.com : change fonts, improve readability, side-by-side preview, various content templates provided. |
文件大小 | 315 KB |
安装次数 | 454 |
当前版本 | 1.1.1 |
更新时间 | 2018-07-18 |
上架时间 | 2018-07-18 |
评分 | 4.50/5 共4次评分 |
开发者 | https://www.letmecompile.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://steemit.com/@yjiq150 |
帮助页面URL | https://steemit.com/@yjiq150 |
支持的语言 | 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:;" } |