Are.na New Tab

Engage with your channels and your network.

Cos'è Are.na New Tab?

Are.na New Tab è un'estensione di Chrome sviluppata da https://a-p.studio, e la sua funzione principale è "Engage with your channels and your network.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Are.na New Tab

Scarica i file di estensione Are.na New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Are.na New Tab Are.na New Tab
ID dkjeikcmflhljchmgkhfehciplanmbnk
URL Ufficiale https://chromewebstore.google.com/detail/arena-new-tab/dkjeikcmflhljchmgkhfehciplanmbnk
Descrizione Engage with your channels and your network.
Dimensione del File 137 KB
Conteggio Installazioni 538
Versione Corrente 0.31.0
Ultimo Aggiornamento 2022-05-23
Data di Pubblicazione 2020-06-29
Valutazione 4.67/5 Totale 3 Valutazioni
Sviluppatore https://a-p.studio
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}