Are.na New Tab

Engage with your channels and your network.

What is Are.na New Tab?

Are.na New Tab is a Chrome extension developed by https://a-p.studio, and its main feature is "Engage with your channels and your network.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Are.na New Tab Extension CRX File

Download Are.na New Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Are.na New Tab Are.na New Tab
ID dkjeikcmflhljchmgkhfehciplanmbnk
Official URL https://chromewebstore.google.com/detail/arena-new-tab/dkjeikcmflhljchmgkhfehciplanmbnk
Description Engage with your channels and your network.
File Size 137 KB
Installation Count 538
Current Version 0.31.0
Last Updated 2022-05-23
Publish Date 2020-06-29
Rating 4.67/5 Total 3 Ratings
Developer https://a-p.studio
Email [email protected]
Payment Type free
Supported Languages 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"
}