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
官方網址 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"
            ]
        }
    ]
}