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 là gì?

Design News Tab by Veranda là một tiện ích mở rộng Chrome được phát triển bởi https://verandacolor.com, và tính năng chính của nó là "Learn what's going on in digital design and art every time you open a new tab.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Design News Tab by Veranda

Tải xuống các tệp mở rộng Design News Tab by Veranda dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Design News Tab by Veranda Design News Tab by Veranda
ID haelefhcicpjeejpkphfjljoldmckfaa
URL Chính Thức https://chromewebstore.google.com/detail/design-news-tab-by-verand/haelefhcicpjeejpkphfjljoldmckfaa
Mô tả Learn what's going on in digital design and art every time you open a new tab.
Kích Thước Tệp 199 KB
Số Lần Cài Đặt 92
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2021-11-17
Ngày Phát Hành 2021-09-22
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://verandacolor.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://verandacolor.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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*"
    ]
}