Are.na

Assemble and connect information.

Co je Are.na?

Are.na je rozšíření Chrome vyvinuté https://www.are.na, a jeho hlavní funkcí je „Assemble and connect information.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Are.na

Stáhněte si soubory rozšíření Are.na ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Are.na Are.na
ID lkihjlcipnbgeokmfnpogjfflofbfhga
Oficiální URL https://chromewebstore.google.com/detail/arena/lkihjlcipnbgeokmfnpogjfflofbfhga
Popis Assemble and connect information.
Velikost souboru 1.31 MB
Počet instalací 23,985
Aktuální Verze 0.45
Poslední Aktualizace 2021-08-05
Datum Vydání 2020-05-05
Hodnocení 3.81/5 Celkem 21 Hodnocení
Vývojář https://www.are.na
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.are.na
URL Stránky Nápovědy http://help.are.na
URL Stránky Zásad Ochrany Soukromí https://www.are.na/privacy
Podporované Jazyky 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"
            ]
        }
    ]
}