Spellinger

Spellinger - spelling out site content

Spellingerคืออะไร?

Spellinger เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sergo.labar และคุณลักษณะหลักของมันคือ "Spellinger - spelling out site content"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Spellinger

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

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

                        Check the spelling of the site content. The extension allows you to find spelling errors on the pages of the site. A very useful extension for web developers. Supports 3 languages: Russian, Ukrainian and English.                    

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

ชื่อ Spellinger Spellinger
ID ebldcekbhkmgibmbleabdbapkhhhdjib
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/spellinger/ebldcekbhkmgibmbleabdbapkhhhdjib
คำอธิบาย Spellinger - spelling out site content
ขนาดไฟล์ 133 KB
จำนวนการติดตั้ง 1,129
เวอร์ชันปัจจุบัน 1.0.6
อัปเดตครั้งล่าสุด 2017-04-18
วันที่เผยแพร่ 2017-04-18
คะแนน 3.25/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา sergo.labar
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "version": "1.0.6",
    "default_locale": "ru",
    "minimum_chrome_version": "20.0",
    "description": "__MSG_description__",
    "background": {
        "page": "html\/background.html"
    },
    "icons": {
        "48": "images\/icon48x48.png",
        "128": "images\/128x128cuted.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19x19.png",
            "38": "images\/icon38x38.png"
        },
        "default_title": "Spellinger",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/libs\/jquery-1.10.2.min.js",
                "js\/libs\/jquery.scrollTo.min.js",
                "js\/dist\/content-script.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}