Dictionary and Flashcards

View translations and add flashcards easily as you browse the web.

Dictionary and Flashcardsとは何ですか?

Dictionary and FlashcardsはStudylib.netによって開発されたChromeの拡張機能で、その主な機能は「View translations and add flashcards easily as you browse the web.」です。

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

screenshot
screenshot
screenshot
screenshot

Dictionary and Flashcards拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Important: This extension does not support the "Learning in New Tab" feature. Look for the "Studylib New Tab" extension if you need this feature.

Dictionary and Flashcards extension helps you easily understand foreign language text on any Internet page. Just select a word to see its translation and save it if you wish to memorize it. The extension even translates whole phrases. Dictionary contains more than 100 supported languages

 
 
With this extension, you can:
1) Select any word to view its translation in a small pop-up bubble.
2) Save translated words to Studylib deck, so you can practice them later. 
3) Add flashcards with images and audio easily.
 
 
IMPORTANT:
 - The pop-up bubble will not work in tabs that were open prior to installation. After installing this extension, either reload your open tabs or restart Chrome.                    

拡張機能の基本情報

名前 Dictionary and Flashcards Dictionary and Flashcards
ID gplfbclbkplhmjblennehlnjfnngncgc
公式URL https://chromewebstore.google.com/detail/dictionary-and-flashcards/gplfbclbkplhmjblennehlnjfnngncgc
説明 View translations and add flashcards easily as you browse the web.
ファイルサイズ 2.62 MB
インストール数 1,254
現在のバージョン 1.0.255
最終更新日 2021-01-27
公開日 2020-05-17
評価 2.86/5 合計 7 レビュー
開発者 Studylib.net
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://studylib.net
プライバシーポリシーページのURL https://studylib.net/privacy
対応言語 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.255",
    "default_locale": "en",
    "name": "__MSG_manifestName__",
    "description": "__MSG_manifestDescription__",
    "icons": {
        "16": "assets\/img\/favicon-16x16.png",
        "32": "assets\/img\/favicon-32x32.png",
        "128": "assets\/img\/favicon-128x128.png",
        "194": "assets\/img\/favicon-194x194.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_scripts\/page_widget.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "content_scripts\/selection_popup.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*\/login_popup*"
            ],
            "js": [
                "content_scripts\/login_window.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "browser_action": [],
    "web_accessible_resources": [
        "page_widget\/page_frame.html",
        "assets\/scss\/Popup.css",
        "assets\/scss\/Frame.css",
        "assets\/scss\/Head.css",
        "assets\/icomoon\/fonts\/studylib-icomoon.svg",
        "assets\/icomoon\/fonts\/studylib-icomoon.ttf",
        "assets\/icomoon\/fonts\/studylib-icomoon.woff",
        "assets\/fa\/fa-light-300.eot",
        "assets\/fa\/fa-light-300.svg",
        "assets\/fa\/fa-light-300.ttf",
        "assets\/fa\/fa-light-300.woff",
        "assets\/fa\/fa-light-300.woff2",
        "assets\/fa\/light-face.css",
        "assets\/img\/favicon-128x128.png",
        "assets\/img\/favicon-16x16.png",
        "assets\/img\/favicon-194x194.png",
        "assets\/img\/favicon-32x32.png",
        "assets\/img\/logo_chromewebstore.png",
        "assets\/img\/logo_facebook.png",
        "assets\/img\/logo_reddit.png",
        "assets\/img\/logo_telegram.png",
        "assets\/img\/logo_twitter.png",
        "assets\/img\/logo_whatsapp.png",
        "assets\/img\/btn-back-anim.png"
    ]
}