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
Eメール [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"
            ]
        }
    ]
}