Studylib New Tab - Startpage with flashcards

Replace new tab page with a personal dashboard featuring flashcards learning.

什么是Studylib New Tab - Startpage with flashcards?

Studylib New Tab - Startpage with flashcards是由https://studylib.net开发的Chrome扩展程序,该扩展的主要功能是“Replace new tab page with a personal dashboard featuring flashcards learning.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Studylib New Tab - Startpage with flashcards扩展crx文件

下载Studylib New Tab - Startpage with flashcards扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        New Tab page that gives you an ability to learn something new during your working day with spaced repetition technique (the most powerful technique in existence for improving your brain's ability to recall what you study). You can learn languages, math, chemistry, computer science and everything you want. Join our users and get inspired to create the life you want to live.

• Flashcards reviewing
• New inspirational photo each day
• Pop-Up translator
• Links and search
• Customize the dashboard by showing/hiding widgets
 
This extension shows you a stream of flashcards each time a new tab is opened. That way, every time you open a new tab you review 2-3-5 cards before doing something else, mixing these tiny chunks of flashcards reviewing through the day, which should also improve memory-retention as interleaving comes into play. 
 
It is a part of the Studylib.net project. So you can review your sets of flashcards not only with this extension but using a website with your PC or mobile device.                    

扩展基本信息

名称 Studylib New Tab - Startpage with flashcards Studylib New Tab - Startpage with flashcards
ID dejmgcinmidgfjbnfkeeopfmfmcggdhj
官方URL https://chromewebstore.google.com/detail/studylib-new-tab-startpag/dejmgcinmidgfjbnfkeeopfmfmcggdhj
简介 Replace new tab page with a personal dashboard featuring flashcards learning.
文件大小 5.33 MB
安装次数 4,350
当前版本 1.0.335
更新时间 2023-08-04
上架时间 2020-08-30
评分 4.84/5 共56次评分
开发者 https://studylib.net
电子邮箱 [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": 3,
    "version": "1.0.335",
    "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": {
        "extension_pages": "script-src 'self'; object-src 'self'; img-src * chrome:\/\/favicon;"
    },
    "permissions": [
        "activeTab",
        "topSites",
        "storage",
        "contextMenus",
        "scripting",
        "favicon"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/\/"
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "action": [],
    "chrome_url_overrides": {
        "newtab": "new_tab\/new_tab.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_scripts\/page_widget_bootstrap.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
        }
    ],
    "web_accessible_resources": [
        {
            "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-brands-400.eot",
                "assets\/fa\/fa-brands-400.svg",
                "assets\/fa\/fa-brands-400.ttf",
                "assets\/fa\/fa-brands-400.woff",
                "assets\/fa\/fa-brands-400.woff2",
                "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\/fa-solid-900.eot",
                "assets\/fa\/fa-solid-900.svg",
                "assets\/fa\/fa-solid-900.ttf",
                "assets\/fa\/fa-solid-900.woff",
                "assets\/fa\/fa-solid-900.woff2",
                "assets\/img\/favicon-128x128.png",
                "assets\/img\/favicon-16x16.png",
                "assets\/img\/favicon-194x194.png",
                "assets\/img\/favicon-32x32.png",
                "assets\/img\/logo_32x32-transparent.svg",
                "assets\/img\/logo_32x32-white.svg",
                "assets\/img\/logo_chromewebstore.png",
                "assets\/img\/logo_facebook.png",
                "assets\/img\/logo_facebook_bw.png",
                "assets\/img\/logo_google.png",
                "assets\/img\/logo_reddit.png",
                "assets\/img\/logo_reddit_bw.png",
                "assets\/img\/logo_telegram.png",
                "assets\/img\/logo_telegram_16x16.png",
                "assets\/img\/logo_twitter.png",
                "assets\/img\/logo_twitter_bw.png",
                "assets\/img\/logo_whatsapp.png",
                "assets\/img\/logo_whatsapp_16x16.png",
                "assets\/img\/btn-back-anim.png",
                "assets\/img\/star.png",
                "new_tab\/new_tab.html"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "_favicon\/*"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [
                "*"
            ]
        }
    ]
}