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 |
官方URL | 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": [ " |