Acronym Astronaut

Make a dictionary for acronyms in a paper

Acronym Astronautとは何ですか?

Acronym Astronautはzhhkelly.devによって開発されたChromeの拡張機能で、その主な機能は「Make a dictionary for acronyms in a paper」です。

拡張機能のスクリーンショット

screenshot
screenshot

Acronym Astronaut拡張機能のCRXファイルをダウンロード

Acronym Astronaut拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 Acronym Astronaut Acronym Astronaut
ID mbfflepkcegcglgohnnejaddeammpjll
公式URL https://chromewebstore.google.com/detail/acronym-astronaut/mbfflepkcegcglgohnnejaddeammpjll
説明 Make a dictionary for acronyms in a paper
ファイルサイズ 17.04 KB
インストール数 49
現在のバージョン 1.0
最終更新日 2021-09-13
公開日 2021-09-13
評価 5.00/5 合計 1 レビュー
開発者 zhhkelly.dev
Eメール [email protected]
支払い方法 free
対応言語 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
    }
}