Are.na New Tab

Engage with your channels and your network.

Qu'est-ce que Are.na New Tab ?

Are.na New Tab est une extension Chrome développée par https://a-p.studio, et sa fonction principale est "Engage with your channels and your network.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Are.na New Tab

Téléchargez les fichiers d'extension Are.na New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Are.na New Tab Are.na New Tab
ID dkjeikcmflhljchmgkhfehciplanmbnk
URL Officiel https://chromewebstore.google.com/detail/arena-new-tab/dkjeikcmflhljchmgkhfehciplanmbnk
Description Engage with your channels and your network.
Taille du Fichier 137 KB
Nombre d'Installations 538
Version Actuelle 0.31.0
Dernière Mise à Jour 2022-05-23
Date de Publication 2020-06-29
Évaluation 4.67/5 Total 3 Évaluations
Développeur https://a-p.studio
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}