SPED Tooltips and Dictionary

Provides tooltips and definitions for Special Education terms

SPED Tooltips and Dictionary란 무엇입니까?

SPED Tooltips and Dictionary은(는) https://spedadvocate.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Provides tooltips and definitions for Special Education terms"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

SPED Tooltips and Dictionary 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension provides both tooltips and full definitions for terms used in special education. The tooltips are fast and brief, a sentence or two. The dictionary definitions give a full definition and, where appropriate, offer the legal authority (e.g., "IDEA 34 CFR §300.320"), synonyms, use in a sentence, and more. 

To activate the tooltips for any page, click the extension's icon and all of the appropriate words and terms will have a dotted underline. Hover the mouse over the word and the tooltip will show.

To look up the word or phrase in the dictionary, highlight the word or phrase (double-click on a word or swipe the cursor over the word(s), while holding the left mouse button down). Once highlighted, right-click and chose "DEFINE highlighted word or phrase" ... much simpler than it sounds.

You can use both at the same time. Showing the tooltips will also let you know what words are in the dictionary, they use the same database. The database will be updated very often at first so make sure you are using the latest version. 

And feedback is always welcomed.                    

확장 프로그램 기본 정보

이름 SPED Tooltips and Dictionary SPED Tooltips and Dictionary
ID hodplebdfgigmlhikhpefijgjokcmkmk
공식 URL https://chromewebstore.google.com/detail/sped-tooltips-and-diction/hodplebdfgigmlhikhpefijgjokcmkmk
설명 Provides tooltips and definitions for Special Education terms
파일 크기 66.22 KB
설치 횟수 61
현재 버전 0.2
최근 업데이트 2017-08-27
출시 날짜 2017-08-27
개발자 https://spedadvocate.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://spedadvocate.com
도움말 페이지 URL http://spedadvocate.com/contact/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SPED Tooltips and Dictionary",
    "short_name": "SPED T&D",
    "version": "0.2",
    "description": "Provides tooltips and definitions for Special Education terms",
    "author": "Craig A. Haller",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "FindAndReplaceDOMText.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "activeTab",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Click icon to enable tooltips and\/or highlight text and right-click to DEFINE"
    },
    "web_accessible_resources": [
        "img\/external.png"
    ]
}