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文件
下載Tabaku | A Tab for Weebs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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:\/\/*\/*" ] } ] } |