Are.na

Assemble and connect information.

Co to jest Are.na?

Are.na to rozszerzenie Chrome opracowane przez https://www.are.na, a jego główną funkcją jest „Assemble and connect information.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Are.na

Pobierz pliki rozszerzeń Are.na w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Are.na Are.na
ID lkihjlcipnbgeokmfnpogjfflofbfhga
Oficjalny URL https://chromewebstore.google.com/detail/arena/lkihjlcipnbgeokmfnpogjfflofbfhga
Opis Assemble and connect information.
Rozmiar pliku 1.31 MB
Liczba instalacji 23,985
Aktualna Wersja 0.45
Ostatnia Aktualizacja 2021-08-05
Data Publikacji 2020-05-05
Ocena 3.81/5 Łącznie 21 Oceny
Deweloper https://www.are.na
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.are.na
Adres URL Strony Pomocy http://help.are.na
Adres URL Strony Polityki Prywatności https://www.are.na/privacy
Obsługiwane Języki 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"
            ]
        }
    ]
}