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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.letmecompile.com และคุณลักษณะหลักของมันคือ "Enhance the functions of steemit.com : change fonts, improve readability, side-by-side preview, various content templates provided."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Steemit.com Enhancer

ดาวน์โหลดไฟล์ส่วนขยาย 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 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:;"
}