New Tab Tabzmania
Personalize your homepage with Tabzmania, Get custom backgrounds, widgets and more features
New Tab Tabzmania란 무엇입니까?
New Tab Tabzmania은(는) http://tabzmania.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Personalize your homepage with Tabzmania, Get custom backgrounds, widgets and more features"입니다.
확장 프로그램 스크린샷
New Tab Tabzmania 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Customize your browser's new tab page with a favorite theme! With this extension you will be able to change the background images of your new tab, you will have productivity widgets to manage To Do list, check out weather and local time, also you will be able to choose your favorite search engine. all this and more using Tabzmania New Tab extension. How to use: First, Install the extension, then you will be prompted with a new tab window to choose one of our favorite themes, choose one and proceed to the new tab app. next time you will open the new tab you will get the theme you've selected. For our theme selection and more info about privacy please browse our website: https://tabzmania.com
확장 프로그램 기본 정보
이름 | |
ID | bpmhjokicmgjggkbdehfnilndiadbpec |
공식 URL | https://chrome.google.com/webstore/detail/new-tab-tabzmania/bpmhjokicmgjggkbdehfnilndiadbpec |
설명 | Personalize your homepage with Tabzmania, Get custom backgrounds, widgets and more features |
파일 크기 | 808 KB |
설치 횟수 | 116 |
현재 버전 | 2.0.1 |
최근 업데이트 | 2020-08-28 |
출시 날짜 | 2020-08-17 |
개발자 | http://tabzmania.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://tabzmania.com |
개인정보 보호 정책 페이지 URL | https://tabzmania.com/privacy.html |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Tab Tabzmania", "short_name": "New Tab Tabzmania", "manifest_version": 2, "version": "2.0.1", "description": "Personalize your homepage with Tabzmania, Get custom backgrounds, widgets and more features", "icons": { "16": "images\/icons\/16x16.png", "64": "images\/icons\/64x64.png", "128": "images\/icons\/128x128.png" }, "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "*:\/\/localhost\/*", "*:\/\/tabzmania.com\/", "*:\/\/.tabzmania.com\/", "cookies", "tabs", "storage" ], "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/*.tabzmania.com\/*" ] }, "content_scripts": [ { "all_frames": false, "js": [ "scripts\/sitecontent.js" ], "match_about_blank": true, "matches": [ "*:\/\/localhost\/*", "*:\/\/*.tabzmania.com\/*" ], "run_at": "document_end" } ], "chrome_url_overrides": { "newtab": "redirect.html" }, "browser_action": { "default_icon": { "16": "images\/icons\/16x16.png" }, "default_title": "New Tab Tabzmania" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/ajax.googleapis.com; object-src 'self'" } |