Acronym Search

Lookup acronyms without leaving the page

Qu'est-ce que Acronym Search ?

Acronym Search est une extension Chrome développée par justinchan, et sa fonction principale est "Lookup acronyms without leaving the page".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Acronym Search

Téléchargez les fichiers d'extension Acronym Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Acronym Search Acronym Search
ID ffbiglaanljphblapamknfdpnnhmdfcm
URL Officiel https://chromewebstore.google.com/detail/acronym-search/ffbiglaanljphblapamknfdpnnhmdfcm
Description Lookup acronyms without leaving the page
Taille du Fichier 7.64 KB
Nombre d'Installations 106
Version Actuelle 1.0
Dernière Mise à Jour 2019-11-04
Date de Publication 2019-11-03
Développeur justinchan
Type de Paiement free
Langues Prises en Charge 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
}