Are.na

Assemble and connect information.

Are.na là gì?

Are.na là một tiện ích mở rộng Chrome được phát triển bởi https://www.are.na, và tính năng chính của nó là "Assemble and connect information.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Are.na

Tải xuống các tệp mở rộng Are.na dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Are.na Are.na
ID lkihjlcipnbgeokmfnpogjfflofbfhga
URL Chính Thức https://chromewebstore.google.com/detail/arena/lkihjlcipnbgeokmfnpogjfflofbfhga
Mô tả Assemble and connect information.
Kích Thước Tệp 1.31 MB
Số Lần Cài Đặt 23,985
Phiên Bản Hiện Tại 0.45
Cập Nhật Lần Cuối 2021-08-05
Ngày Phát Hành 2020-05-05
Đánh Giá 3.81/5 Tổng số 21 Đánh Giá
Nhà Phát Triển https://www.are.na
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.are.na
URL Trang Trợ Giúp http://help.are.na
URL Trang Chính Sách Bảo Mật https://www.are.na/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}