Lang-8 Enhancer

Lang-8 Enhancer

Lang-8 Enhancerคืออะไร?

Lang-8 Enhancer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย holden321 และคุณลักษณะหลักของมันคือ "Lang-8 Enhancer"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lang-8 Enhancer

ดาวน์โหลดไฟล์ส่วนขยาย Lang-8 Enhancer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        - fixed gallery in User's Photos
 - show user's photo by cliking on its icon
 - nice text intending in the text of an entry
 - sort tags alphabetically or by date on the create/edit entry page
 - fixed menu symbols
 - launcher button

Feel free to send questions or suggestions.
My profile: http://lang-8.com/holden                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Lang-8 Enhancer Lang-8 Enhancer
ID pgidinpekigdbjpdhafdpcpicaedclmf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/lang-8-enhancer/pgidinpekigdbjpdhafdpcpicaedclmf
คำอธิบาย Lang-8 Enhancer
ขนาดไฟล์ 980 KB
จำนวนการติดตั้ง 33
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2018-05-09
วันที่เผยแพร่ 2018-05-09
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา holden321
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lang-8 Enhancer",
    "short_name": "Lang-8 Enhancer",
    "description": "Lang-8 Enhancer",
    "version": "1.4",
    "icons": {
        "16": "icon_16.png",
        "19": "icon_19.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "http:\/\/lang-8.com\/*"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icon_19.png"
        },
        "default_title": "Lang-8"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/lang-8.com\/*"
            ],
            "css": [
                "highslide\/highslide.css",
                "content.css"
            ],
            "js": [
                "highslide\/highslide-full.min.js",
                "jquery-2.1.1.min.js",
                "content.js"
            ],
            "all_frames": false,
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "FontAwesome.otf",
        "highslide\/graphics\/*"
    ]
}