Are.na

Assemble and connect information.

Was ist Are.na?

Are.na ist eine Chrome-Erweiterung, die von https://www.are.na entwickelt wurde, und ihr Hauptmerkmal ist "Assemble and connect information.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Are.na-Erweiterungs-CRX-Datei herunterladen

Laden Sie Are.na-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Are.na Are.na
ID lkihjlcipnbgeokmfnpogjfflofbfhga
Offizielle URL https://chromewebstore.google.com/detail/arena/lkihjlcipnbgeokmfnpogjfflofbfhga
Beschreibung Assemble and connect information.
Dateigröße 1.31 MB
Installationsanzahl 23,985
Aktuelle Version 0.45
Letztes Update 2021-08-05
Veröffentlichungsdatum 2020-05-05
Bewertung 3.81/5 Insgesamt 21 Bewertungen
Entwickler https://www.are.na
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.are.na
Hilfeseite URL http://help.are.na
URL der Datenschutzrichtlinien-Seite https://www.are.na/privacy
Unterstützte Sprachen 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"
            ]
        }
    ]
}