Spry

Spell checking browser extension

Spryとは何ですか?

Spryはhttps://getspry.liveによって開発されたChromeの拡張機能で、その主な機能は「Spell checking browser extension」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Spry拡張機能のCRXファイルをダウンロード

Spry拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Spry - Check for spellings
Spry - Search the web swiftly from your browser


For more information please visit: https://getspry.live/
Please leave us a 5 start review!

By clicking "Add to chrome" you accept and agree to installing the Get Spry Chrome extension, and setting Chrome® New Tab search to that provided by the service and the Terms of Use at https://getspry.live/terms-and-conditions.html and privacy policy at https://getspry.live/privacy-policy.html.

The extension will update your new-tab with spelling check engine and search and will change your search engine to be powered by Bing.                    

拡張機能の基本情報

名前 Spry Spry
ID onggcalnjopfoelgfklojilnongfilkn
公式URL https://chromewebstore.google.com/detail/spry/onggcalnjopfoelgfklojilnongfilkn
説明 Spell checking browser extension
ファイルサイズ 5.51 MB
インストール数 159,104
現在のバージョン 1.6
最終更新日 2022-04-01
公開日 2022-02-22
評価 4.89/5 合計 9 レビュー
開発者 https://getspry.live
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://getspry.live
ヘルプページのURL https://getspry.live/contact.html
プライバシーポリシーページのURL https://getspry.live/privacy-policy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Spry",
    "description": "Spell checking browser extension",
    "version": "1.6",
    "manifest_version": 3,
    "homepage_url": "https:\/\/getspry.live\/",
    "background": {
        "service_worker": ".\/background.js"
    },
    "chrome_url_overrides": {
        "newtab": ".\/page\/index.html"
    },
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/32x32.png",
            "32": "\/images\/32x32.png",
            "48": "\/images\/32x32.png",
            "128": "\/images\/32x32.png"
        }
    },
    "icons": {
        "16": "\/images\/32x32.png",
        "32": "\/images\/32x32.png",
        "48": "\/images\/32x32.png",
        "128": "\/images\/32x32.png"
    }
}