Anime Tab Dashboard
Change your default new tab for a new one with amazing backgrounds, to-do and inspiration.
Anime Tab Dashboard란 무엇입니까?
Anime Tab Dashboard은(는) https://animetab.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Change your default new tab for a new one with amazing backgrounds, to-do and inspiration."입니다.
확장 프로그램 스크린샷
Anime Tab Dashboard 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Get inspired with a daily HD wallpaper and quote from anime world such as Naruto, Dragon Ball, Tokyo Ghoul, Fairy Tail, One Piece, Sword Art Online, Attack on Titan, Claymore and many more. Set your daily focus, and track your TODOs. All information is synced to your Google Chrome ID so your Todo List and other Quick Links will update at your work PC and at home. FEATURES (not that many, we like it that way) º Current Time / Date º Todo List º Your main focus for the day º Type to Search the Web º Quick Links º New inspiration quote each time you open new tab º Amazing daily wallpapers HELP & SUGGESTIONS Email us at: [email protected] GET IN TOUCH Email us at [email protected] Privacy Policy: https://animetab.co/legal/privacy Terms: https://animetab.co/legal/terms
확장 프로그램 기본 정보
이름 | |
ID | ipoehjknmhfefbjpdaolkaeppcpmafph |
공식 URL | https://chrome.google.com/webstore/detail/anime-tab-dashboard/ipoehjknmhfefbjpdaolkaeppcpmafph |
설명 | Change your default new tab for a new one with amazing backgrounds, to-do and inspiration. |
파일 크기 | 5.35 MB |
설치 횟수 | 176 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2018-11-25 |
출시 날짜 | 2018-11-25 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://animetab.co |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://animetab.co |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Anime Tab Dashboard", "short_name": "Anime Tab Dashboard", "version": "1.0.3", "description": "Change your default new tab for a new one with amazing backgrounds, to-do and inspiration.", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_icon": "icons\/32.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'", "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "storage", "*:\/\/*.animetab.co\/" ] } |