RB Research Assistant

A research assistant that powers search. Integrate Research Bookmark into your digital activity by conveniently bookmarking…

Co je RB Research Assistant?

RB Research Assistant je rozšíření Chrome vyvinuté Research Bookmark, a jeho hlavní funkcí je „A research assistant that powers search. Integrate Research Bookmark into your digital activity by conveniently bookmarking…“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření RB Research Assistant

Stáhněte si soubory rozšíření RB Research Assistant ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        A research assistant that powers search.

Integrate Research Bookmark into your digital activity by conveniently bookmarking sources, searching terms, and referencing your library with our new browser extension.                    

Základní Informace o Rozšíření

Název RB Research Assistant RB Research Assistant
ID lopemdiebdhmfpofjommgpfoiiocgbin
Oficiální URL https://chromewebstore.google.com/detail/rb-research-assistant/lopemdiebdhmfpofjommgpfoiiocgbin
Popis A research assistant that powers search. Integrate Research Bookmark into your digital activity by conveniently bookmarking…
Velikost souboru 1.6 MB
Počet instalací 29
Aktuální Verze 1.2.1
Poslední Aktualizace 2022-11-23
Datum Vydání 2022-08-22
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Research Bookmark
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.researchbookmark.io/
URL Stránky Zásad Ochrany Soukromí https://www.researchbookmark.io/privacy-policy
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "RB Research Assistant",
    "version": "1.2.1",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "permissions": [
        "storage",
        "identity",
        "activeTab",
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "\/images\/rb_image.png",
            "32": "\/images\/rb_image.png",
            "48": "\/images\/rb_image.png",
            "128": "\/images\/rb_image.png"
        }
    },
    "icons": {
        "16": "\/images\/rb_image.png",
        "32": "\/images\/rb_image.png",
        "48": "\/images\/rb_image.png",
        "128": "\/images\/rb_image.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.html",
                "*.js",
                "*.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "oauth2": {
        "client_id": "425793011868-svof6pb94kp16u7vhbmrmn7dnghf9bon.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    }
}