Acronym Astronaut
Make a dictionary for acronyms in a paper
What is Acronym Astronaut?
Acronym Astronaut is a Chrome extension developed by zhhkelly.dev, and its main feature is "Make a dictionary for acronyms in a paper".
Extension Screenshots
Download Acronym Astronaut Extension CRX File
Download Acronym Astronaut 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
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!
Extension Basic Information
Name | Acronym Astronaut |
ID | mbfflepkcegcglgohnnejaddeammpjll |
Official URL | https://chromewebstore.google.com/detail/acronym-astronaut/mbfflepkcegcglgohnnejaddeammpjll |
Description | Make a dictionary for acronyms in a paper |
File Size | 17.04 KB |
Installation Count | 49 |
Current Version | 1.0 |
Last Updated | 2021-09-13 |
Publish Date | 2021-09-13 |
Rating | 5.00/5 Total 1 Ratings |
Developer | zhhkelly.dev |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } } |