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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The ULTIMATE new tab dashboard, for weebs by weebs."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tabaku | A Tab for Weebs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/                    

एक्सटेंशन की मूल जानकारी

नाम Tabaku | A Tab for Weebs Tabaku | A Tab for Weebs
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:\/\/*\/*"
            ]
        }
    ]
}