Are.na New Tab

Engage with your channels and your network.

什么是Are.na New Tab?

Are.na New Tab是由https://a-p.studio开发的Chrome扩展程序,该扩展的主要功能是“Engage with your channels and your network.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Are.na New Tab扩展crx文件

下载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"
}