Are.na

Assemble and connect information.

Qu'est-ce que Are.na ?

Are.na est une extension Chrome développée par https://www.are.na, et sa fonction principale est "Assemble and connect information.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Are.na

Téléchargez les fichiers d'extension Are.na au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Are.na Are.na
ID lkihjlcipnbgeokmfnpogjfflofbfhga
URL Officiel https://chromewebstore.google.com/detail/arena/lkihjlcipnbgeokmfnpogjfflofbfhga
Description Assemble and connect information.
Taille du Fichier 1.31 MB
Nombre d'Installations 23,985
Version Actuelle 0.45
Dernière Mise à Jour 2021-08-05
Date de Publication 2020-05-05
Évaluation 3.81/5 Total 21 Évaluations
Développeur https://www.are.na
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.are.na
URL de la Page d'Aide http://help.are.na
URL de la Page de Politique de Confidentialité https://www.are.na/privacy
Langues Prises en Charge 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"
            ]
        }
    ]
}