Acronym Astronaut

Make a dictionary for acronyms in a paper

Qu'est-ce que Acronym Astronaut ?

Acronym Astronaut est une extension Chrome développée par zhhkelly.dev, et sa fonction principale est "Make a dictionary for acronyms in a paper".

Captures d'Écran de l'Extension

screenshot
screenshot

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

Téléchargez les fichiers d'extension Acronym Astronaut 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

                        Scientists love to use acronyms, abbreviations, and initialisms in their papers! As a reader, it sometimes gets hard keeping track of the "alphabet soup". This plugin can help solve that problem! When reading a scientific article in your browser, click on the "Catstronaut" icon to create an alphabetized list of what everything stands for! Happy researching!                    

Informations de Base sur l'Extension

Nom Acronym Astronaut Acronym Astronaut
ID mbfflepkcegcglgohnnejaddeammpjll
URL Officiel https://chromewebstore.google.com/detail/acronym-astronaut/mbfflepkcegcglgohnnejaddeammpjll
Description Make a dictionary for acronyms in a paper
Taille du Fichier 17.04 KB
Nombre d'Installations 49
Version Actuelle 1.0
Dernière Mise à Jour 2021-09-13
Date de Publication 2021-09-13
Évaluation 5.00/5 Total 1 Évaluations
Développeur zhhkelly.dev
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Acronym Astronaut",
    "version": "1.0",
    "description": "Make a dictionary for acronyms in a paper",
    "manifest_version": 2,
    "permissions": [
        "declarativeContent",
        "activeTab",
        "storage"
    ],
    "options_page": "options.html",
    "icons": {
        "16": "media\/cat_16.png",
        "32": "media\/cat_32.png",
        "48": "media\/cat_48.png",
        "128": "media\/cat_128.png"
    },
    "page_action": {
        "default_icon": {
            "16": "media\/cat_16.png",
            "32": "media\/cat_32.png",
            "48": "media\/cat_48.png",
            "128": "media\/cat_128.png"
        },
        "icons": {
            "16": "media\/logo_16.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}