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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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:;" } |