Acronym Search
Lookup acronyms without leaving the page
什么是Acronym Search?
Acronym Search是由justinchan开发的Chrome扩展程序,该扩展的主要功能是“Lookup acronyms without leaving the page”。
扩展截图
下载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 |
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 } |