Are.na New Tab

Engage with your channels and your network.

Are.na New Tab क्या है?

Are.na New Tab https://a-p.studio द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Engage with your channels and your network."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Are.na New Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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