Annex

Annex: Your gateway to top literary sites and curated book recommendations.

O que é Annex?

Annex é uma extensão do Chrome desenvolvida por jacob.mill115, e sua principal característica é "Annex: Your gateway to top literary sites and curated book recommendations.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Annex

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

                        Transform your reading experience with Annex. Our new tab extension provides instant access to the best reading resources and literary websites. Discover new books, insightful reviews, and a world of reading, all in one tab.

By clicking "Add to chrome", I accept and agree to installing the Annex extension and setting Chrome New Tab search provider to Microsoft Bing as described by the service in terms of use https://annexext.com/terms-and-conditions/ and Privacy Policy: https://annexext.com/privacy-policy/                    

Informações Básicas da Extensão

Nome Annex Annex
ID kebgnpbojkhkcelgjiednpddefdnnohg
URL Oficial https://chromewebstore.google.com/detail/annex/kebgnpbojkhkcelgjiednpddefdnnohg
Descrição Annex: Your gateway to top literary sites and curated book recommendations.
Tamanho do Arquivo 995 KB
Contagem de Instalações 20,000
Versão Atual 1.0
Última Atualização 2023-09-04
Data de Publicação 2023-09-03
Classificação 5.00/5 Total de 38 Avaliações
Desenvolvedor jacob.mill115
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://annexext.com/privacy-policy
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Annex",
    "description": "Annex: Your gateway to top literary sites and curated book recommendations.",
    "background": {
        "service_worker": "background.js"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "img\/128.png"
    },
    "version": "1.0"
}