New tab page by start.me
Replace your New Tab Page with a personal dashboard.
什麼是New tab page by start.me?
New tab page by start.me是由https://start.me開發的Chrome擴展程式,該擴展的主要功能是“Replace your New Tab Page with a personal dashboard.”。
擴展截圖
下載New tab page by start.me擴展crx文件
下載New tab page by start.me擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
start.me turns your Chrome New Tab page into a beautiful personal dashboard. This helps you to stay organized and get more done in less time. You can use start.me in every web browser. This allows you to have the same bookmarks, notes and to-do lists at hand, on any device you use. More than +850,000 people already use start.me. ──────────────────────────── What functionality does this New Tab extension offer? ✔ Changes your New Tab page to start.me ✔ Allow you to search in your start.me bookmarks from the Chrome Address Bar (type "me" + keyword) ✔ Import your browser bookmarks into start.me. ✔ Save your Open Browser Tabs to start.me ──────────────────────────── FEATURES: ✔ Bookmarks Easily save and organize bookmarks from any website. ✔ RSS Display RSS feeds from your favorite sites directly on your dashboard. ✔ Notes & To-do's Manage your personal life and productivity with notes and to-do lists. ✔ +3,500 widgets Calendar, Stock quotes, Weather and thousands of other widgets are available to customize your start page. ✔ Stylish backgrounds Style your start pages with one of our beautiful backgrounds, or create your own. ✔ Embed anything Embed video, web pages, and other web content right onto your start page. ✔ Share & collaborate Create and share start pages with your team, your students, etc. ──────────────────────────── Have any questions? Visit our help centre at https://support.start.me or contact us at [email protected]. Terms: https://start.me/terms Privacy Policy: https://start.me/privacy Latest product updates: https://blog.start.me ──────────────────────────── What our users say: "This is an excellent home page. I think it is far superior to any of the offerings that I have used." by Julian M-I "Love the extension and as it makes web browsing so much simpler." by Perry Knicely "Love this and use it every day. Do not know how I lived without it. Everything I need right in front of me." by Connie Schuett "Try it and give it chance. You won't look back." by Richard Price "Tried many of the new tab extensions, none of them hold a candle to this one. Best customization while staying clean looking and easy to use. I hide my bookmark toolbar now because I don't need it. Big fan of this extension, now I can't imagine using Chrome without it." by Adam Armstrong "Fantastic! I use it for the news widgets and as a visually pleasing way to organize and use my bookmarks. By far the best looking and easiest to use startpage available. The chrome widget makes it super easy to add a new bookmark and organize it immediately." by Benjamin Hall ──────────────────────────── Change log: Version 7.3 - Fixed several bugs Version 7.2 - New: Save open tabs on start.me - Updated design - Fixed several bugs Version 6 - Faster loading of new tab page - Improved importing of bookmarks - Fixed a few bugs Version 5 - Minor bug fix Version 4 - Upgraded to Manifest 3 - Faster loading of new tab page - Fixed several bugs Version 3.2.0 - Fixed bug with Groups ──────────────────────────── start.me BV Waalsdorperweg 16 2597 JB, Den Haag The Netherlands [email protected] https://about.start.me ────────────────────────────
擴展基本資訊
名稱 | New tab page by start.me |
ID | cfmnkhhioonhiehehedmnjibmampjiab |
官方網址 | https://chromewebstore.google.com/detail/new-tab-page-by-startme/cfmnkhhioonhiehehedmnjibmampjiab |
簡介 | Replace your New Tab Page with a personal dashboard. |
檔案大小 | 1.93 MB |
安裝次數 | 100,877 |
目前版本 | 7.3.0 |
更新時間 | 2024-01-26 |
上架時間 | 2020-05-06 |
評分 | 4.32/5 共 1404 次評分 |
開發者 | https://start.me |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://start.me |
說明頁面URL | https://support.start.me |
隱私政策頁面URL | https://start.me/privacy |
支援的語言 | id,ms,de,en,fr,nl,no,vi,tr,da,es,it,hu,pl,pt-BR,ro,fi,sv,cs,el,sr,ru,iw,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCOTL79YGbTHdtMIYXBtM9sEXaHVP9W\/FGm2dtuzxfkB8ouBKRuTERx6t0D1EScCioIJhRBy0\/er8Ce3ebPrG\/JC\/4SIWA4CnKLy0T+jC7Gyfi6gLfZJrPLT60uWcXCmrSnzjmYCSMzmqStGRWcCdzjiQaF5KnmMdO7cpMeuhvs1QIDAQAB", "name": "__MSG_APP_NAME__", "short_name": "__MSG_APP_SHORT_NAME__", "description": "__MSG_APP_DESCRIPTION__", "version": "7.3.0", "author": "start.me", "homepage_url": "https:\/\/start.me", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "32": "icons\/icon32.png", "38": "icons\/icon38.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "omnibox": { "keyword": "me" }, "default_locale": "en", "offline_enabled": false, "incognito": "split", "background": { "service_worker": "js\/background.js", "type": "module" }, "chrome_url_overrides": { "newtab": "new_tab.html" }, "options_ui": { "page": "popup.html#options", "browser_style": true, "open_in_tab": false }, "action": { "default_icon": { "19": "icons\/icon19.png", "38": "icons\/icon38.png" }, "default_title": "__MSG_APP_NAME__", "default_popup": "popup.html", "browser_style": false }, "commands": { "_execute_action": { "suggested_key": { "default": "Alt+B", "mac": "Alt+B" }, "description": "__MSG_ADD_TO_STARTME__" }, "open_startme_homepage": { "suggested_key": { "default": "Alt+H", "mac": "Alt+H" }, "description": "__MSG_OPEN_STARTME_HOMEPAGE__" } }, "minimum_chrome_version": "88", "permissions": [ "storage", "activeTab", "contextMenus" ], "optional_permissions": [ "tabs", "bookmarks" ], "host_permissions": [ "https:\/\/start.me\/" ], "externally_connectable": { "ids": [ "*" ], "matches": [ "*:\/\/localhost\/*", "*:\/\/*.start.me\/*", "*:\/\/*.startme.com\/*" ] }, "web_accessible_resources": [ { "resources": [ "popup.html", "welcome.html", "import.html", "options.html", "new_tab.html" ], "matches": [ " |