Are.na

Assemble and connect information.

O que é Are.na?

Are.na é uma extensão do Chrome desenvolvida por https://www.are.na, e sua principal característica é "Assemble and connect information.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Are.na

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

                        Are.na is a platform for connecting ideas and building knowledge.

You can build simple collections of content by adding links and files of any kind. Connect ideas with other people by collaborating privately or building public collections for everyone.

With no ads, likes, or recommendations, Are.na is a more mindful space where you can work through any project over time. It's a place to structure your ideas and build new forms of knowledge together.                    

Informações Básicas da Extensão

Nome Are.na Are.na
ID lkihjlcipnbgeokmfnpogjfflofbfhga
URL Oficial https://chromewebstore.google.com/detail/arena/lkihjlcipnbgeokmfnpogjfflofbfhga
Descrição Assemble and connect information.
Tamanho do Arquivo 1.31 MB
Contagem de Instalações 23,985
Versão Atual 0.45
Última Atualização 2021-08-05
Data de Publicação 2020-05-05
Classificação 3.81/5 Total de 21 Avaliações
Desenvolvedor https://www.are.na
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.are.na
URL da Página de Ajuda http://help.are.na
URL da Página de Política de Privacidade https://www.are.na/privacy
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Are.na",
    "description": "Assemble and connect information.",
    "version": "0.45",
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "Are.na"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persist": false
    },
    "web_accessible_resources": [
        "\/",
        "index.html",
        "iframe.css"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "injectiframe.js"
            ]
        }
    ]
}