Steemit.com Enhancer
Enhance the functions of steemit.com : change fonts, improve readability, side-by-side preview, various content templates provided.
¿Qué es Steemit.com Enhancer?
Steemit.com Enhancer es una extensión de Chrome desarrollada por https://www.letmecompile.com, y su función principal es "Enhance the functions of steemit.com : change fonts, improve readability, side-by-side preview, various content templates provided.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Steemit.com Enhancer
Descarga archivos de extensión Steemit.com Enhancer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Steemit.com Enhancer |
ID | gepddagaajclednflogimfmpoejjkcnj |
URL Oficial | https://chromewebstore.google.com/detail/steemitcom-enhancer/gepddagaajclednflogimfmpoejjkcnj |
Descripción | Enhance the functions of steemit.com : change fonts, improve readability, side-by-side preview, various content templates provided. |
Tamaño del Archivo | 315 KB |
Cantidad de Instalaciones | 454 |
Versión Actual | 1.1.1 |
Última Actualización | 2018-07-18 |
Fecha de Publicación | 2018-07-18 |
Calificación | 4.50/5 Total de 4 Calificaciones |
Desarrollador | https://www.letmecompile.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://steemit.com/@yjiq150 |
URL de la Página de Ayuda | https://steemit.com/@yjiq150 |
Idiomas Soportados | 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:;" } |