Design News Tab by Veranda

Learn what's going on in digital design and art every time you open a new tab.

Design News Tab by Veranda क्या है?

Design News Tab by Veranda https://verandacolor.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Learn what's going on in digital design and art every time you open a new tab."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Hi there lively creators 👋

Veranda News is an amazing newsreader, designed for enjoyable browsing among your favourite art news sources. Trending art news from all worldwide and most popular and trusted news sources in one place.

Stop wasting time searching for high-quality articles. Upgrade your browsing experience with Veranda News extension for Chrome. Just install Veranda News, open a new tab, and you're all set.

Veranda News includes key features: 
• Quick access to web search 
• Save posts to read later
• Share news 
• Dark & Light modes
• Localized time and date
• One-click open perfect art news
• Beautiful, intuitive, and fun to use
• No sign up needed
• Free forever
• Stay up-to-date with zero effort



By installing this extension, you agree to the Terms of Service at: 
https://verandacolor.com/privacy-policy

Website: 
https://verandacolor.com                    

एक्सटेंशन की मूल जानकारी

नाम Design News Tab by Veranda Design News Tab by Veranda
ID haelefhcicpjeejpkphfjljoldmckfaa
आधिकारिक URL https://chromewebstore.google.com/detail/design-news-tab-by-verand/haelefhcicpjeejpkphfjljoldmckfaa
विवरण Learn what's going on in digital design and art every time you open a new tab.
फ़ाइल का आकार 199 KB
स्थापना संख्या 92
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2021-11-17
प्रकाशन तिथि 2021-09-22
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर https://verandacolor.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://verandacolor.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "16": "res\/img\/extension-icon-32.png",
        "48": "res\/img\/extension-icon-96.png",
        "128": "res\/img\/extension-icon-256.png"
    },
    "name": "Design News Tab by Veranda",
    "description": "Learn what's going on in digital design and art every time you open a new tab.",
    "version": "1.0.1",
    "chrome_url_overrides": {
        "newtab": "new_tab.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/verandacolor.com\/enews*"
            ],
            "css": [
                "css\/normalize.css",
                "css\/common.css",
                "css\/palette_list.css",
                "css\/news_list.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content_script.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "*:\/\/newtab",
        "*:\/\/verandacolor.com\/enews*"
    ]
}