TabiTab

The most useful Newtab in the world!

TabiTabคืออะไร?

TabiTab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tabitab.com และคุณลักษณะหลักของมันคือ "The most useful Newtab in the world!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TabiTab

ดาวน์โหลดไฟล์ส่วนขยาย TabiTab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The extension changes your search provider to yahoo search, and replaces the newtab.
We believe your time is important and that the default Newtab in the browser is a wasted resource that could be used to improve your life. That’s why we created Tabitab.
For fun time you can play hundreds of casual games and use beautiful photo filters.
For being productive you can connect to your Email and Calendar and watch all the recent activity directly on your Newtab.
You can also use our well-designed shortcuts to top websites that you can easily customize by using drag & drop. Add new shortcuts in a click of a button from within the websites using the "plus" icon.
Todo-list that you can use for your daily tasks.
Bookmark manager that is way better than the default chrome one.
World time watch & worldwide weather.
Some useful utilities like: notes, calculator, translation, maps and much more to come.
Up to date news from the world.
Twitter widget that can be connected to your own feed.
Pinterest widget on the Newtab - follow your favorite boards.
Large library of beautiful backgrounds for your Newtab – you can even connect to your Facebook and use your Albums as backgrounds.
View your recent calendar meetings on the left side of the page.
Music player with predefined playlist that can be connected to your Youtube playlists.
Check out all the latest movies and TV shows from the Media slider, including story, trailer link, rating and many more options.
Easily search IMDB, TVGuide or other websites easily from within the extension by using the Media search.
All of the features can be synchronized to any device that has TabiTab installed (registration is needed to enable this feature).
Terms: http://www.tabitab.com/terms
Privacy Policy: http://www.tabitab.com/privacy                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ TabiTab TabiTab
ID kjhgiknbbelnfpbliecglhiedkbhbjeb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tabitab/kjhgiknbbelnfpbliecglhiedkbhbjeb
คำอธิบาย The most useful Newtab in the world!
ขนาดไฟล์ 517 KB
จำนวนการติดตั้ง 3,345
เวอร์ชันปัจจุบัน 1.0.8
อัปเดตครั้งล่าสุด 2021-12-24
วันที่เผยแพร่ 2019-03-31
คะแนน 3.67/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา https://tabitab.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.imalimedia.com?page_id=236
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TabiTab",
    "description": "The most useful Newtab in the world!",
    "version": "1.0.8",
    "chrome_url_overrides": {
        "newtab": "redirect.html"
    },
    "browser_action": {
        "default_icon": {
            "128": "img\/icon128.png"
        },
        "default_title": "Open Tabitab Newtab"
    },
    "permissions": [
        "cookies",
        "unlimitedStorage",
        "*:\/\/*.tabitab.com\/",
        "history",
        "bookmarks"
    ],
    "optional_permissions": [],
    "background": {
        "scripts": [
            "msg-types.js",
            "bk.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.tabitab.com\/*"
            ],
            "js": [
                "msg-types.js",
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "img\/icon128.png"
    }
}