Better Tab: Speed Dial, News Feed & To-do

Replace your boring new tab with a feed of your favorite news, weather, to-do list, events and more!

Better Tab: Speed Dial, News Feed & To-doคืออะไร?

Better Tab: Speed Dial, News Feed & To-do เป็นส่วนขยายของ Chrome ที่พัฒนาโดย @fmschuler และคุณลักษณะหลักของมันคือ "Replace your boring new tab with a feed of your favorite news, weather, to-do list, events and more!"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Better Tab: Speed Dial, News Feed & To-do

ดาวน์โหลดไฟล์ส่วนขยาย Better Tab: Speed Dial, News Feed & To-do ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Better Tab was designed to make your browser more useful! Lots of customizations to make Better Tab your own!

Right on your homepage or in a new tab you will have:

- News feed:
News in dozens of languages, you can choose the highlights from your region or from your favorite news site! It is also possible to add any RSS Feed link (in XML) to stay always informed!

- To-do list:
Add your tasks to a to-do list, move tasks to set priority, delete when done, and easily access your tasks in the extension popup!

- List of events and appointments:
Add reminders, birthdays and meetings... and have this information all the time!

- Shortcuts to websites:
Choose if you want a simpler layout with just a search and a Speed Dial list with 20 of your favorite sites! Add, remove and rearrange sites however you like. You can also choose a background image to make your Better Tab even more personalized!

You will also find:
- Date and time;
- How is the weather now;
- Calendar of national holidays;
- 3 color schemes for dark mode;
- 5 different page styles

IMPORTANT:
* This extension uses the following affiliate programs: AliExpress, Amazon, Banggood and Shopee. By installing and using it, you agree to replace the links on these sites with affiliate links.
* Affiliate links do not generate any additional cost to the user.                    

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

ชื่อ Better Tab: Speed Dial, News Feed & To-do Better Tab: Speed Dial, News Feed & To-do
ID behkgahlidmeemjefcbgieigiejiglpc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/better-tab-speed-dial-new/behkgahlidmeemjefcbgieigiejiglpc
คำอธิบาย Replace your boring new tab with a feed of your favorite news, weather, to-do list, events and more!
ขนาดไฟล์ 272 KB
จำนวนการติดตั้ง 518
เวอร์ชันปัจจุบัน 1.3.0
อัปเดตครั้งล่าสุด 2023-08-08
วันที่เผยแพร่ 2022-03-28
คะแนน 4.83/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา @fmschuler
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://bettertab.app/
URL หน้าช่วยเหลือ https://www.buymeacoffee.com/fmschuler
URL หน้านโยบายความเป็นส่วนตัว https://derschuler.com/privacy
ภาษาที่รองรับ id,de,en,fr,nl,vi,tr,ca,da,es,it,lv,lt,hu,pl,pt-BR,ro,sk,sl,sv,cs,el,bg,ru,uk,iw,bn,te,th,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "short_name": "Better Tab",
    "version": "1.3.0",
    "author": "@fmschuler",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "action": {
        "default_icon": "icons\/32.png",
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html",
        "browser_style": true
    },
    "permissions": [
        "storage",
        "geolocation",
        "tabs",
        "webNavigation"
    ],
    "host_permissions": [
        "*:\/\/*.ipinfo.io\/*",
        "*:\/\/*.rss.app\/*",
        "*:\/\/*.googleapis.com\/*",
        "*:\/\/*.bettertab.app\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self' 'https:\/\/bettertab.app' 'https:\/\/www.googleapis.com'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "sidebar\/side-panel.js"
            ],
            "css": [
                "sidebar\/side-panel.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "sidebar\/sidebar.html"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "extension_ids": [
                "behkgahlidmeemjefcbgieigiejiglpc"
            ]
        }
    ]
}