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 |
Eメール | [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:;" } |