VocaBoost - GRE Vocabulary Highlighter

Highlight GRE vocabulary on every web page you visit.

Vad är VocaBoost - GRE Vocabulary Highlighter?

VocaBoost - GRE Vocabulary Highlighter är en Chrome-tillägg utvecklad av Chen Wei (Jimmy) Huang, och dess huvudfunktion är "Highlight GRE vocabulary on every web page you visit.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner VocaBoost - GRE Vocabulary Highlighter-förlängningens CRX-fil

Ladda ner VocaBoost - GRE Vocabulary Highlighter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        VocaBoost ext highlights about 1500 most common GRE exam vocabulary on every web page you visit. We support 6+ languages.

All the GRE words on webpages are highlighted. A popup window with definitions, examples, and a link to the online dictionary is displayed when the mouse clicks the highlighted word. You can also press the speaker to learn the pronunciation.

Add unfamiliar words by clicking the star icon, and review them in extension popup window. Besides, you can review these words on VocaBoost app at https://apps.apple.com/app/vocabboost/id6447704480

Login with your Google or Microsoft account to save all your collected words!                    

Grundläggande Information om Tillägg

Namn VocaBoost - GRE Vocabulary Highlighter VocaBoost - GRE Vocabulary Highlighter
ID gfkmbmplhjdoejicgmaldndkcnnpplho
Officiell webbadress https://chromewebstore.google.com/detail/vocaboost-gre-vocabulary/gfkmbmplhjdoejicgmaldndkcnnpplho
Beskrivning Highlight GRE vocabulary on every web page you visit.
Filstorlek 4.21 MB
Antal Installationer 41
Aktuell Version 1.8.1
Senast Uppdaterad 2023-05-28
Publiceringsdatum 2023-01-25
Betyg 4.70/5 Totalt 10 Betyg
Utvecklare Chen Wei (Jimmy) Huang
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.vocabularyboost.com/
Hjälpsida URL https://www.vocabularyboost.com/support.html
URL till Sekretesspolicy Sidan https://cwhuang29.github.io/vocaboost-privacy-policy
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "VocaBoost - GRE Vocabulary Highlighter",
    "description": "Highlight GRE vocabulary on every web page you visit.",
    "author": "[email protected]",
    "version": "1.8.1",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAowcsVmkdKJnq7bQL+tBi1K9idUhv2AGW+MTQEUgJNRDX3+0SutsERee7EeZ9PsItwRRl9RmVHCj5HsQYu9hQ6sO8k7WdRFI3qRlbS2TN4GWJM4TsQi1lDhLtEUBgeZtb\/N4IvBWJWL6Gn2xhhswp7bFnTmzusnmXDeTk4IsyC\/e\/PO2faULsEJO23wZs0+aPOfivmLNwvwiugARXNNzJT7JLyslREkap7eezUeSWoBGHVfppWrVxuoCL3L0U8+qWIhkhaD6NRgl4E98UcuKGkHrci+60+EhmzKB46g3uLBGgKkaXpSRKTwoVGVcCgOOlTNSayvyoyFZEyITF96w3SwIDAQAB",
    "oauth2": {
        "client_id": "246466308749-e2h35jieduhbt5qbogvc4eni5sht4f4q.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email",
            "profile"
        ]
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "permissions": [
        "tabs",
        "storage",
        "identity"
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.index.jsx.dc3cdec8.a4a7b87f.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "assets\/index.jsx.a026c2d2.css"
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+U",
                "mac": "Command+U"
            }
        }
    },
    "icons": {
        "16": "assets\/icons\/logo16.png",
        "32": "assets\/icons\/logo32.png",
        "48": "assets\/icons\/logo128.png",
        "128": "assets\/icons\/logo128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/menu_book.813d8cb0.svg",
                "assets\/speaker.456277e2.svg",
                "assets\/star.09a192e6.svg",
                "assets\/Box.ad02897a.js",
                "assets\/config.063eb1e6.js",
                "assets\/browser.6e44714b.js",
                "assets\/index.jsx.dc3cdec8.js"
            ],
            "use_dynamic_url": true
        }
    ]
}