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文件

下载Are.na扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
            ]
        }
    ]
}