Acronym Search

Lookup acronyms without leaving the page

Was ist Acronym Search?

Acronym Search ist eine Chrome-Erweiterung, die von justinchan entwickelt wurde, und ihr Hauptmerkmal ist "Lookup acronyms without leaving the page".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Acronym Search-Erweiterungs-CRX-Datei herunterladen

Laden Sie Acronym Search-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Acronym Search Acronym Search
ID ffbiglaanljphblapamknfdpnnhmdfcm
Offizielle URL https://chromewebstore.google.com/detail/acronym-search/ffbiglaanljphblapamknfdpnnhmdfcm
Beschreibung Lookup acronyms without leaving the page
Dateigröße 7.64 KB
Installationsanzahl 106
Aktuelle Version 1.0
Letztes Update 2019-11-04
Veröffentlichungsdatum 2019-11-03
Entwickler justinchan
Zahlungsart free
Unterstützte Sprachen 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
}