Renewed Tab

A customisable New Tab page, with widgets and beautiful backgrounds

Renewed Tabคืออะไร?

Renewed Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://renewedtab.com และคุณลักษณะหลักของมันคือ "A customisable New Tab page, with widgets and beautiful backgrounds"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        ## Features ##

- Powerful Widgets System: you can add, move, resize, and configure widgets on a grid using intuitive controls.
- Beautiful Backgrounds: see a random curated background every 15 minutes. You can also choose a solid color, an Unsplash collection, an RSS/Atom feed, or a custom background image.
- Customisable: change the background, the theme, and configure each widget independently.
- Multi-lingual. Translations are community-maintained, allowing users to contribute support for their language. https://renewedtab.com/translations/


## Widgets ##

- RSS and Atom feeds: can be used to see the news or follow a website.
- Weather
- To do: track things you need to do.
- Quick Links: show links, with optional icons and subheadings.
- Top Sites: shows your most frequent websites.
- Daily Goals: enter a daily goal.
- Bookmarks: shows your bookmarks toolbar.
- Greeting: be greeted based on the time of day.
- Quotes: shows a random quote, with categories.
- Clock: show the current time, choose between 12 and 24 hours.
- Notes: jot down notes in a freeform text area.
- Age: shows your current age with way too much precision.
- Search: a search bar with support for most search engines.
- Currencies: shows exchange rates, supporting forex currencies and crypto.
- Web Comics: show the most recent panel from a web comic.
- Year Progress: shows the progress through the year as a progress bar.
- Upcoming Space Flights
- and more: buttons, images, HTML, and IFrames.


## Privacy Orientated ##

We design with privacy in mind! We require only minimal permissions: to store data on your computer, and see the default search engine. Other permissions are optional and are requested at runtime, when needed. All your data is stored in your browser, not on our servers. For more information, see the Privacy Policy.


## Support ##

Need help? Found a bug, or have a request? See: https://renewedtab.com/help/                    

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

ชื่อ Renewed Tab Renewed Tab
ID laljofodhebajcajogbolahbjdcnfgkf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/renewed-tab/laljofodhebajcajogbolahbjdcnfgkf
คำอธิบาย A customisable New Tab page, with widgets and beautiful backgrounds
ขนาดไฟล์ 1.01 MB
จำนวนการติดตั้ง 3,000
เวอร์ชันปัจจุบัน 1.18.1
อัปเดตครั้งล่าสุด 2024-01-15
วันที่เผยแพร่ 2021-04-09
คะแนน 4.92/5 รวมทั้งหมด 50 คะแนน
ผู้พัฒนา https://renewedtab.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://renewedtab.com/
URL หน้าช่วยเหลือ https://renewedtab.com/help/
URL หน้านโยบายความเป็นส่วนตัว https://renewedtab.com/privacy_policy
ภาษาที่รองรับ ms,de,en,fr,tr,es,it,pt-BR,bg,ru,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "1.18.1",
    "description": "__MSG_appDescription__",
    "author": "rubenwardy",
    "homepage_url": "https:\/\/renewedtab.com\/",
    "offline_enabled": true,
    "minimum_chrome_version": "100",
    "default_locale": "en",
    "icons": {
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "chrome_url_overrides": {
        "newtab": "app\/webext.html"
    },
    "permissions": [
        "storage",
        "search"
    ],
    "optional_permissions": [
        "bookmarks",
        "topSites"
    ],
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ]
}