Are.na

Assemble and connect information.

Are.naคืออะไร?

Are.na เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.are.na และคุณลักษณะหลักของมันคือ "Assemble and connect information."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Are.na

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}