Aptitude-Words

Stop guessing and start improving your vocabulary.

O que é Aptitude-Words?

Aptitude-Words é uma extensão do Chrome desenvolvida por https://logicoma.com, e sua principal característica é "Stop guessing and start improving your vocabulary.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Aptitude-Words

Baixe arquivos de extensão Aptitude-Words 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

                        Our choice in words define us, so why not expand our selection? With Aptitude words on your side you can search and save a list of words that you have a hard time remembering. Don't spend time you're looking up them up in a dictionary have them with you wherever you go.                    

Informações Básicas da Extensão

Nome Aptitude-Words Aptitude-Words
ID ahmnfdchcnfcmbhefeojllaejdlcdahn
URL Oficial https://chromewebstore.google.com/detail/aptitude-words/ahmnfdchcnfcmbhefeojllaejdlcdahn
Descrição Stop guessing and start improving your vocabulary.
Tamanho do Arquivo 853 KB
Contagem de Instalações 109
Versão Atual 1.3.0
Última Atualização 2023-06-17
Data de Publicação 2018-09-16
Classificação 3.83/5 Total de 6 Avaliações
Desenvolvedor https://logicoma.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://logicoma.com/products/aptitude-words
URL da Página de Ajuda https://groups.google.com/d/forum/aptitude-words
URL da Página de Política de Privacidade https://logicoma.com/Home/Privacy
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Aptitude-Words",
    "short_name": "Apt-Words",
    "manifest_version": 3,
    "description": "Stop guessing and start improving your vocabulary.",
    "version": "1.3.0",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsXZP\/orO2fbzRmkYikTd8uFZag\/cY\/xX5VyXg1KUDk7+zosyYTW4mkZdWhqnIH6O+k6GikrC1Aypi\/3P0XsV1FHpdf4erA\/bkmJeiSJUpsTwD\/e3NjaZN32Vuk+BNwYy5fx2cVfW3iYFEWTVBnNHneE8NdeAnl9kl7h5n6ThB429PtL+hTHEZEPmhj354pLrMBYoFZKfEBZ5PxHQOzyzIFhxASERu2WN9v6oScNS+\/LNeTV64INwZOIiBFoHyFekeLJauiqheA+Rgjs5gA4A8ahfSf8Tq0MQ01qwTVxdLEkPjNhwscCb4\/5avM2hItezd1kRW0OBF6RwHmmcJuNajwIDAQAB",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "author": "Anthont Fassett",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "offline_enabled": true,
    "options_page": "options.html",
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self';"
    }
}