Flashcard New Tab

Repeat your knowledge with flashcards on each new tab

O que é Flashcard New Tab?

Flashcard New Tab é uma extensão do Chrome desenvolvida por Oleksii Khrushch, e sua principal característica é "Repeat your knowledge with flashcards on each new tab".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Flashcard New Tab

Baixe arquivos de extensão Flashcard New Tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Extension replaces a new tab in the browser. Each time you open the browser/new tab, you will see a new random card.

Features:

- No permissions
- No analytics
- No frameworks
- Multiple decks
- Support for different types of cards
- Local data storage
- Open-Source                    

Informações Básicas da Extensão

Nome Flashcard New Tab Flashcard New Tab
ID aglggobkfpbjcgkhchdcflocblfbadfa
URL Oficial https://chromewebstore.google.com/detail/flashcard-new-tab/aglggobkfpbjcgkhchdcflocblfbadfa
Descrição Repeat your knowledge with flashcards on each new tab
Tamanho do Arquivo 78.96 KB
Contagem de Instalações 22
Versão Atual 2.0
Última Atualização 2022-07-05
Data de Publicação 2020-05-18
Desenvolvedor Oleksii Khrushch
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/oleksiikhr/flashcard-new-tab
URL da Página de Ajuda https://github.com/oleksiikhr/flashcard-new-tab
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Flashcard New Tab",
    "version": "2.0",
    "description": "Repeat your knowledge with flashcards on each new tab",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "manifest_version": 3
}