Are.na

Assemble and connect information.

Hvad er Are.na?

Are.na er en Chrome-udvidelse udviklet af https://www.are.na, og dens hovedfunktion er "Assemble and connect information.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Are.na-udvidelses-CRX-fil

Download Are.na-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Are.na Are.na
ID lkihjlcipnbgeokmfnpogjfflofbfhga
Officiel URL https://chromewebstore.google.com/detail/arena/lkihjlcipnbgeokmfnpogjfflofbfhga
Beskrivelse Assemble and connect information.
Filstørrelse 1.31 MB
Antal Installationer 23,985
Nuværende Version 0.45
Senest Opdateret 2021-08-05
Udgivelsesdato 2020-05-05
Bedømmelse 3.81/5 Samlet 21 Bedømmelser
Udvikler https://www.are.na
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.are.na
Hjælpeside-URL http://help.are.na
URL til Fortrolighedspolitik Side https://www.are.na/privacy
Understøttede Sprog 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"
            ]
        }
    ]
}