Talis Aspire Reading Lists Bookmarking

Talis Aspire Reading Lists Bookmarking

Talis Aspire Reading Lists Bookmarking란 무엇입니까?

Talis Aspire Reading Lists Bookmarking은(는) extension.chrome에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Talis Aspire Reading Lists Bookmarking"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Talis Aspire Reading Lists Bookmarking 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Using the Talis Aspire Bookmarking Browser Extension is the quickest and easiest way to collate resources for your reading list.

Once it is installed in your browser, just search for a resource in your library catalogue, journal site, YouTube... remember anything available on the web can be a resource and then click the extension icon (at the top right of your browser) to bookmark the resource and add it to your list.                    

확장 프로그램 기본 정보

이름 Talis Aspire Reading Lists Bookmarking Talis Aspire Reading Lists Bookmarking
ID mmkenhijminadaklkpdhofkjfhglnokp
공식 URL https://chromewebstore.google.com/detail/talis-aspire-reading-list/mmkenhijminadaklkpdhofkjfhglnokp
설명 Talis Aspire Reading Lists Bookmarking
파일 크기 122 KB
설치 횟수 37,426
현재 버전 0.3.11
최근 업데이트 2023-02-14
출시 날짜 2019-10-07
평점 3.67/5 총 3 개의 평점
개발자 extension.chrome
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://talis.com/reading-lists/
도움말 페이지 URL https://support.talis.com/hc/en-us
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "author": "Talis Education Limited",
    "description": "__MSG_description__",
    "version": "0.3.11",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png",
        "176": "images\/icon176.png"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/talis-public.talis.com\/*"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "options_page": "options.html",
    "browser_action": {
        "default_title": "__MSG_browserActionTitle__",
        "default_icon": {
            "16": "images\/icon16.png",
            "20": "images\/icon20.png",
            "24": "images\/icon24.png",
            "25": "images\/icon25.png",
            "30": "images\/icon30.png",
            "32": "images\/icon32.png",
            "40": "images\/icon40.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/rl.talis.com\/*",
                "https:\/\/rl.ca.talis.com\/*",
                "https:\/\/life.rl.talis.local\/*",
                "https:\/\/*.rl.talis.com\/*"
            ],
            "css": [
                "css\/banner.css"
            ]
        }
    ],
    "default_locale": "en",
    "manifest_version": 2
}