Steemit.com Enhancer

Enhance the functions of steemit.com : change fonts, improve readability, side-by-side preview, various content templates provided.

Steemit.com Enhancer là gì?

Steemit.com Enhancer là một tiện ích mở rộng Chrome được phát triển bởi https://www.letmecompile.com, và tính năng chính của nó là "Enhance the functions of steemit.com : change fonts, improve readability, side-by-side preview, various content templates provided.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Steemit.com Enhancer

Tải xuống các tệp mở rộng Steemit.com Enhancer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Steemit.com Enhancer Steemit.com Enhancer
ID gepddagaajclednflogimfmpoejjkcnj
URL Chính Thức https://chromewebstore.google.com/detail/steemitcom-enhancer/gepddagaajclednflogimfmpoejjkcnj
Mô tả Enhance the functions of steemit.com : change fonts, improve readability, side-by-side preview, various content templates provided.
Kích Thước Tệp 315 KB
Số Lần Cài Đặt 454
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2018-07-18
Ngày Phát Hành 2018-07-18
Đánh Giá 4.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://www.letmecompile.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://steemit.com/@yjiq150
URL Trang Trợ Giúp https://steemit.com/@yjiq150
Ngôn Ngữ Được Hỗ Trợ 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:;"
}