Are.na New Tab

Engage with your channels and your network.

O que é Are.na New Tab?

Are.na New Tab é uma extensão do Chrome desenvolvida por https://a-p.studio, e sua principal característica é "Engage with your channels and your network.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Are.na New Tab

Baixe arquivos de extensão Are.na 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

                        This extension aims to help you engage with Are.na. Reconnect with content or ideas you might have forgotten. Explore and get inspired by your network.

Two random blocks will show up every time you open a new tab. One of your own, and one from a person or a channel you follow.                    

Informações Básicas da Extensão

Nome Are.na New Tab Are.na New Tab
ID dkjeikcmflhljchmgkhfehciplanmbnk
URL Oficial https://chromewebstore.google.com/detail/arena-new-tab/dkjeikcmflhljchmgkhfehciplanmbnk
Descrição Engage with your channels and your network.
Tamanho do Arquivo 137 KB
Contagem de Instalações 538
Versão Atual 0.31.0
Última Atualização 2022-05-23
Data de Publicação 2020-06-29
Classificação 4.67/5 Total de 3 Avaliações
Desenvolvedor https://a-p.studio
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Are.na New Tab",
    "version": "0.31.0",
    "description": "Engage with your channels and your network.",
    "manifest_version": 2,
    "permissions": [
        "https:\/\/dev.are.na\/*",
        "identity"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "index.html",
        "dist\/*",
        "background.js"
    ],
    "browser_action": {
        "default_icon": "\/icons\/icon-128.png",
        "default_title": "Are.na New Tab"
    },
    "icons": {
        "16": "\/icons\/icon-16.png",
        "48": "\/icons\/icon-48.png",
        "128": "\/icons\/icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html"
}