Acronym Astronaut

Make a dictionary for acronyms in a paper

Acronym Astronaut là gì?

Acronym Astronaut là một tiện ích mở rộng Chrome được phát triển bởi zhhkelly.dev, và tính năng chính của nó là "Make a dictionary for acronyms in a paper".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Acronym Astronaut

Tải xuống các tệp mở rộng Acronym Astronaut dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Acronym Astronaut Acronym Astronaut
ID mbfflepkcegcglgohnnejaddeammpjll
URL Chính Thức https://chromewebstore.google.com/detail/acronym-astronaut/mbfflepkcegcglgohnnejaddeammpjll
Mô tả Make a dictionary for acronyms in a paper
Kích Thước Tệp 17.04 KB
Số Lần Cài Đặt 49
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-09-13
Ngày Phát Hành 2021-09-13
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển zhhkelly.dev
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
    }
}