Candy Tab Themes
Bring fun to your browser new Tab with cute candy backgrounds
Candy Tab Themes란 무엇입니까?
Candy Tab Themes은(는) http://tabzmania.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bring fun to your browser new Tab with cute candy backgrounds"입니다.
확장 프로그램 스크린샷
Candy Tab Themes 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Life is a lot better with chocolate. So, what if you could have all the sweetness in the world always with you, directly from your computer? Tabzmania team collected the cutest images of candy bars. With this FREE extension, you get a lovely HD image, every time you open a new tab in your browser: ✓ Colorful gummy worms ✓ Pastel cotton candy ✓ Cakes ✓ Lollipops How cool is this? Also, you will enjoy these amazing features: ✓ Easy navigate between your favorite Candy Tab Themes ✓ The updated weather forecast for your location ✓ Don’t miss any important appointment with a digital clock for time and date ✓ Smart To-do List for your everyday tasks ✓ Customize all Settings: decide what you want to display in your tab! ✓ Quick search between your favorite sites Start now! Enjoy the most beautiful wallpapers! This extension is carefully developed for you by design experts. So feel free to send us your feedback: [email protected] And like us on Facebook: /tabzmaniawallpapers Looking for more awesome themes for your tab? Check our website and have fun! Some important information for you: By clicking on the 'Add to Chrome' button and installing this extension, you are agreeing to install it, with our Privacy Policy, and our Terms of Use. You can check these documents below.
확장 프로그램 기본 정보
이름 | |
ID | ebiicdjcicgaocbcbejfcmhcplccadmj |
공식 URL | https://chrome.google.com/webstore/detail/candy-tab-themes/ebiicdjcicgaocbcbejfcmhcplccadmj |
설명 | Bring fun to your browser new Tab with cute candy backgrounds |
파일 크기 | 26.87 KB |
설치 횟수 | 157 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2018-12-04 |
출시 날짜 | 2018-12-04 |
개발자 | http://tabzmania.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://tabzmania.com/privacy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Candy Tab Themes", "short_name": "Candy", "manifest_version": 2, "version": "1.0.0", "description": "Bring fun to your browser new Tab with cute candy backgrounds", "icons": { "16": "images\/icons\/16x16.png", "64": "images\/icons\/64x64.png", "128": "images\/icons\/128x128.png" }, "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "*:\/\/tabzmania.com\/", "*:\/\/.tabzmania.com\/", "cookies", "tabs", "unlimitedStorage", "storage" ], "content_scripts": [ { "all_frames": true, "js": [ "scripts\/sitecontent.js" ], "match_about_blank": true, "matches": [ "*:\/\/*.tabzmania.com\/*" ], "run_at": "document_end" } ], "chrome_url_overrides": { "newtab": "redirect.html" }, "browser_action": { "default_icon": { "16": "images\/icons\/16x16.png" }, "default_title": "Candy Tab Themes" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/ajax.googleapis.com; object-src 'self'" } |