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
官方網址 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
}