Acronym Search
Lookup acronyms without leaving the page
What is Acronym Search?
Acronym Search is a Chrome extension developed by justinchan, and its main feature is "Lookup acronyms without leaving the page".
Extension Screenshots
Download Acronym Search Extension CRX File
Download Acronym Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Acronym Search |
ID | ffbiglaanljphblapamknfdpnnhmdfcm |
Official URL | https://chromewebstore.google.com/detail/acronym-search/ffbiglaanljphblapamknfdpnnhmdfcm |
Description | Lookup acronyms without leaving the page |
File Size | 7.64 KB |
Installation Count | 106 |
Current Version | 1.0 |
Last Updated | 2019-11-04 |
Publish Date | 2019-11-03 |
Developer | justinchan |
Payment Type | free |
Supported Languages | 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 } |