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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة http://help.are.na
عنوان صفحة سياسة الخصوصية 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"
            ]
        }
    ]
}