Are.na

Assemble and connect information.

Are.na란 무엇입니까?

Are.na은(는) https://www.are.na에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Assemble and connect information."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Are.na 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Are.na Are.na
ID lkihjlcipnbgeokmfnpogjfflofbfhga
공식 URL https://chromewebstore.google.com/detail/arena/lkihjlcipnbgeokmfnpogjfflofbfhga
설명 Assemble and connect information.
파일 크기 1.31 MB
설치 횟수 23,985
현재 버전 0.45
최근 업데이트 2021-08-05
출시 날짜 2020-05-05
평점 3.81/5 총 21 개의 평점
개발자 https://www.are.na
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.are.na
도움말 페이지 URL http://help.are.na
개인정보 보호 정책 페이지 URL https://www.are.na/privacy
지원되는 언어 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"
            ]
        }
    ]
}