Tabaku | A Tab for Weebs
The ULTIMATE new tab dashboard, for weebs by weebs.
Tabaku | A Tab for Weebs란 무엇입니까?
Tabaku | A Tab for Weebs은(는) DevTopia에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The ULTIMATE new tab dashboard, for weebs by weebs."입니다.
확장 프로그램 스크린샷
Tabaku | A Tab for Weebs 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Show off your "Weeb-ness" with a dashboard with quick links, Recommended Anime, Trusted Manga/Manhwa/Manhua sites, "Crunchyroll" for free. The new tab page gives you a random anime background with every refresh or new tab open. - Random HD Anime Background with "Sauce" tab - View the current weather - Quick links and Search - Sidebar Menus that hide out site for full background viewing - Clock - Dark theme FAN ART Want your fan art featured? Visit our Reddit and submit your work (Must be original work). FEATURE REQUEST If you have any request that you would like to see in a future update or simply any "bug" reports either post them here or on our Reddit. GET IN TOUCH Reddit: https://www.reddit.com/r/Tabaku/
확장 프로그램 기본 정보
이름 | |
ID | imcejgfmjghlhngmickbkgdmdlcnbdec |
공식 URL | https://chrome.google.com/webstore/detail/tabaku-a-tab-for-weebs/imcejgfmjghlhngmickbkgdmdlcnbdec |
설명 | The ULTIMATE new tab dashboard, for weebs by weebs. |
파일 크기 | 62.09 MB |
설치 횟수 | 22 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2021-09-29 |
출시 날짜 | 2021-09-28 |
개발자 | DevTopia |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.reddit.com/r/Tabaku/ |
도움말 페이지 URL | https://www.reddit.com/r/Tabaku/ |
개인정보 보호 정책 페이지 URL | https://www.termsfeed.com/live/b67ff90e-f88e-40c7-bef2-716e83a08612 |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tabaku | A Tab for Weebs", "description": "The ULTIMATE new tab dashboard, for weebs by weebs.", "version": "1.0.0", "icons": { "128": "icon_128.png" }, "permissions": [ "tabs" ], "browser_action": { "default_icon": "icon_128.png" }, "chrome_url_overrides": { "newtab": "focus.html" }, "background": { "scripts": [ ".\/scripts\/background.js" ], "persistent": false }, "content_scripts": [ { "css": [ "style.css" ], "js": [ "jquery.min.js", ".\/scripts\/main.js" ], "all_frames": true, "matches": [ "http:\/\/*\/*" ] } ] } |