Are.na New Tab

Engage with your channels and your network.

Are.na New Tabคืออะไร?

Are.na New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://a-p.studio และคุณลักษณะหลักของมันคือ "Engage with your channels and your network."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Are.na New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension aims to help you engage with Are.na. Reconnect with content or ideas you might have forgotten. Explore and get inspired by your network.

Two random blocks will show up every time you open a new tab. One of your own, and one from a person or a channel you follow.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Are.na New Tab Are.na New Tab
ID dkjeikcmflhljchmgkhfehciplanmbnk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/arena-new-tab/dkjeikcmflhljchmgkhfehciplanmbnk
คำอธิบาย Engage with your channels and your network.
ขนาดไฟล์ 137 KB
จำนวนการติดตั้ง 538
เวอร์ชันปัจจุบัน 0.31.0
อัปเดตครั้งล่าสุด 2022-05-23
วันที่เผยแพร่ 2020-06-29
คะแนน 4.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://a-p.studio
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Are.na New Tab",
    "version": "0.31.0",
    "description": "Engage with your channels and your network.",
    "manifest_version": 2,
    "permissions": [
        "https:\/\/dev.are.na\/*",
        "identity"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "index.html",
        "dist\/*",
        "background.js"
    ],
    "browser_action": {
        "default_icon": "\/icons\/icon-128.png",
        "default_title": "Are.na New Tab"
    },
    "icons": {
        "16": "\/icons\/icon-16.png",
        "48": "\/icons\/icon-48.png",
        "128": "\/icons\/icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html"
}