Are.na

Assemble and connect information.

Wat is Are.na?

Are.na is een Chrome-extensie ontwikkeld door https://www.are.na, en de belangrijkste functie is "Assemble and connect information.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Are.na

Download Are.na-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Are.na Are.na
ID lkihjlcipnbgeokmfnpogjfflofbfhga
Officiële URL https://chromewebstore.google.com/detail/arena/lkihjlcipnbgeokmfnpogjfflofbfhga
Beschrijving Assemble and connect information.
Bestandsgrootte 1.31 MB
Aantal Installaties 23,985
Huidige Versie 0.45
Laatst Bijgewerkt 2021-08-05
Publicatiedatum 2020-05-05
Beoordeling 3.81/5 Totaal 21 Beoordelingen
Ontwikkelaar https://www.are.na
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.are.na
Help Pagina-URL http://help.are.na
URL van de Privacybeleid Pagina https://www.are.na/privacy
Ondersteunde Talen 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"
            ]
        }
    ]
}