Spellinger

Spellinger - spelling out site content

什麼是Spellinger?

Spellinger是由sergo.labar開發的Chrome擴展程式,該擴展的主要功能是“Spellinger - spelling out site content”。

擴展截圖

screenshot

下載Spellinger擴展crx文件

下載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
官方網址 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:\/\/*\/*"
    ]
}