Acronym Search

Lookup acronyms without leaving the page

Acronym Searchとは何ですか?

Acronym Searchはjustinchanによって開発されたChromeの拡張機能で、その主な機能は「Lookup acronyms without leaving the page」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Run into a confusing acronym and want to quickly check what it is without leaving the page?

Right click on the word, click on me, and I'll take care of the rest!

Retrieves results from acronymfinder.com with a rank of 4 stars or greater.                    

拡張機能の基本情報

名前 Acronym Search Acronym Search
ID ffbiglaanljphblapamknfdpnnhmdfcm
公式URL https://chromewebstore.google.com/detail/acronym-search/ffbiglaanljphblapamknfdpnnhmdfcm
説明 Lookup acronyms without leaving the page
ファイルサイズ 7.64 KB
インストール数 106
現在のバージョン 1.0
最終更新日 2019-11-04
公開日 2019-11-03
開発者 justinchan
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Acronym Search",
    "version": "1.0",
    "description": "Lookup acronyms without leaving the page",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "contextMenus",
        "https:\/\/www.acronymfinder.com\/"
    ],
    "icons": {
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "128": "icons\/128x128.png"
    },
    "manifest_version": 2
}