Acronym Astronaut
Make a dictionary for acronyms in a paper
Wat is Acronym Astronaut?
Acronym Astronaut is een Chrome-extensie ontwikkeld door zhhkelly.dev, en de belangrijkste functie is "Make a dictionary for acronyms in a paper".
Extensie Screenshots
Download het CRX-bestand van de extensie Acronym Astronaut
Download Acronym Astronaut-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! Basisinformatie over de Extensie
| Naam | |
| ID | mbfflepkcegcglgohnnejaddeammpjll |
| Officiële URL | https://chromewebstore.google.com/detail/acronym-astronaut/mbfflepkcegcglgohnnejaddeammpjll |
| Beschrijving | Make a dictionary for acronyms in a paper |
| Bestandsgrootte | 17.04 KB |
| Aantal Installaties | 49 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2021-09-13 |
| Publicatiedatum | 2021-09-13 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | zhhkelly.dev |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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
}
} | |