専門用語翻訳

専門的なニュース・記事などを読みやすくする拡張機能

What is 専門用語翻訳?

専門用語翻訳 is a Chrome extension developed by 01_App, and its main feature is "専門的なニュース・記事などを読みやすくする拡張機能".

Download 専門用語翻訳 Extension CRX File

Download 専門用語翻訳 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

                        【使い方】
1.ユーザーがブラウザ右上のアイコンをクリック。
    ⇒ポップアップ画面が表示される。
2.ユーザーがポップアップ画面にコンテンツ(ニュース・記事・議事録等)を貼り付けてボタンをクリック。
    ⇒専門用語(特にIT関連)に対して解説が追加された状態で、コンテンツが表示される。

【メリット】
この拡張機能を用いて専門性の高いニュースや記事・議事録等を読むことで、自然に専門用語(特にIT関連)への理解が深まります。

【更新履歴】
ver 3.0    言葉の揺らぎへの対応を追加しました。                    

Extension Basic Information

Name 専門用語翻訳 専門用語翻訳
ID nkameicdakmbpjhmijclbjikmmmmekcc
Official URL https://chrome.google.com/webstore/detail/%E5%B0%82%E9%96%80%E7%94%A8%E8%AA%9E%E7%BF%BB%E8%A8%B3/nkameicdakmbpjhmijclbjikmmmmekcc
Description 専門的なニュース・記事などを読みやすくする拡張機能
File Size 485 KB
Installation Count 19
Current Version 5.3
Last Updated 2019-03-08
Publish Date 2019-03-08
Developer 01_App
Payment Type free
Supported Languages ja
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "html\/popup.html"
    },
    "description": "\u5c02\u9580\u7684\u306a\u30cb\u30e5\u30fc\u30b9\u30fb\u8a18\u4e8b\u306a\u3069\u3092\u8aad\u307f\u3084\u3059\u304f\u3059\u308b\u62e1\u5f35\u6a5f\u80fd",
    "icons": {
        "128": "128.png"
    },
    "manifest_version": 2,
    "name": "\u5c02\u9580\u7528\u8a9e\u7ffb\u8a33",
    "short_name": "\u5c02\u9580\u7528\u8a9e\u7ffb\u8a33",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "5.3"
}