Lingo!

For an internet that speaks YOUR language 😎. Substitute words or phrases for your browsing pleasure.

Lingo!とは何ですか?

Lingo!はBryce Corbittによって開発されたChromeの拡張機能で、その主な機能は「For an internet that speaks YOUR language 😎. Substitute words or phrases for your browsing pleasure.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Lingo is an extension that replaces text in-browser using rules that you define.

Features:
- Toggle to enable/disable word replacement
- Define rules for replacing any text in your browser
- Works on dynamically loaded text (chats, live feeds)
- Ability to import/export rule configurations

What makes Lingo Special?
- Light-weight: Not a single third party library in use
- Works entirely in extension window: See your rules applied to the current page as you add/tweak them
- Open Source: Accessible to you at https://github.com/brycecorbitt/Lingo and always will be                    

拡張機能の基本情報

名前 Lingo! Lingo!
ID ncjojbnfimdhjebeoolcihfjedhnbjlh
公式URL https://chromewebstore.google.com/detail/lingo/ncjojbnfimdhjebeoolcihfjedhnbjlh
説明 For an internet that speaks YOUR language 😎. Substitute words or phrases for your browsing pleasure.
ファイルサイズ 37.77 KB
インストール数 41
現在のバージョン 1.0.1
最終更新日 2021-07-27
公開日 2021-07-27
評価 5.00/5 合計 1 レビュー
開発者 Bryce Corbitt
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/brycecorbitt/Lingo
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lingo!",
    "description": "For an internet that speaks YOUR language \ud83d\ude0e. Substitute words or phrases for your browsing pleasure.",
    "version": "1.0.1",
    "manifest_version": 3,
    "author": "Bryce Corbitt",
    "content_scripts": [
        {
            "js": [
                "loader.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "lingo_rule.js",
                "lingo.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "\/images\/lingo_16.png",
            "32": "\/images\/lingo_32.png",
            "48": "\/images\/lingo_48.png",
            "128": "\/images\/lingo_128.png"
        }
    }
}