Alltabs

Amazing visual artists every time you open a new tab.

Alltabs란 무엇입니까?

Alltabs은(는) https://newnow.cool에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Amazing visual artists every time you open a new tab."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Alltabs 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Alltabs collaborates with interesting contemporary artist from all around the world. We bring you fresh photos and visual art to all your new tabs. 

This is a project by New Now.                    

확장 프로그램 기본 정보

이름 Alltabs Alltabs
ID ngjbedmelbifgachalpagdgiccokplkd
공식 URL https://chrome.google.com/webstore/detail/alltabs/ngjbedmelbifgachalpagdgiccokplkd
설명 Amazing visual artists every time you open a new tab.
파일 크기 7.18 KB
설치 횟수 30
현재 버전 1.0.0
최근 업데이트 2021-05-09
출시 날짜 2021-04-30
평점 5.00/5 총 1 개의 평점
개발자 https://newnow.cool
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.alltabs.co/
개인정보 보호 정책 페이지 URL https://newnow.cool/privacy.html
지원되는 언어 en
manifest.json
{
    "chrome_url_overrides": {
        "newtab": "alltabs.html#newTab"
    },
    "content_security_policy": "default-src 'self' 'unsafe-eval';   script-src 'self';   style-src 'self' 'unsafe-inline';   img-src 'self' data: chrome: filesystem:;   connect-src 'self' http: https: chrome-extension:;   frame-src http: https:",
    "description": "Amazing visual artists every time you open a new tab.",
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "19": "img\/icon19.png",
        "48": "img\/icon48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "28",
    "name": "Alltabs",
    "omnibox": {
        "keyword": "f"
    },
    "permissions": [],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "web_accessible_resources": [
        "alltabs.html"
    ]
}