New tab page by start.me

Replace your New Tab Page with a personal dashboard.

O que é New tab page by start.me?

New tab page by start.me é uma extensão do Chrome desenvolvida por https://start.me, e sua principal característica é "Replace your New Tab Page with a personal dashboard.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão New tab page by start.me

Baixe arquivos de extensão New tab page by start.me no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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

────────────────────────────                    

Informações Básicas da Extensão

Nome New tab page by start.me New tab page by start.me
ID cfmnkhhioonhiehehedmnjibmampjiab
URL Oficial https://chromewebstore.google.com/detail/new-tab-page-by-startme/cfmnkhhioonhiehehedmnjibmampjiab
Descrição Replace your New Tab Page with a personal dashboard.
Tamanho do Arquivo 1.93 MB
Contagem de Instalações 100,877
Versão Atual 7.3.0
Última Atualização 2024-01-26
Data de Publicação 2020-05-06
Classificação 4.32/5 Total de 1404 Avaliações
Desenvolvedor https://start.me
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://start.me
URL da Página de Ajuda https://support.start.me
URL da Página de Política de Privacidade https://start.me/privacy
Idiomas Suportados 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": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}