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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Learn what's going on in digital design and art every time you open a new tab."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Design News Tab by Veranda 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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*"
    ]
}