Heyday

Heyday

O que é Heyday?

Heyday é uma extensão do Chrome desenvolvida por https://heyday.xyz, e sua principal característica é "Heyday".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Heyday

Baixe arquivos de extensão Heyday 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

                        Retain more of what you learn when you browse the internet. 

Heyday resurfaces content you saw in the past when you search the web and read articles. Say goodbye to 100+ open tabs. 👋

How it works
👉 When you search the internet or read an article, Heyday resurfaces related content you saw in the past. That way, you can remember more of what you learned within the workflow you’re used to.

Enhances most search engines like Google, DuckDuckGo and more.

Resurfaces content from your apps
- Notion
- Google Docs
- Dropbox
- Evernote
- Slack
- And more!

Install in seconds
👉 It only takes a couple clicks to give your memory a boost.

Surface content alongside search results
👉 Heyday saves pages you visit and automatically resurfaces them alongside relevant search results.

Supplement articles with your past research
👉 When you visit an article, Heyday highlights keywords you’ve researched in the past and resurfaces related content.

Create a knowledge base that fills itself
👉 Heyday's AI curates pages you spend the most time reading into topics to improve your retention.

Keep Heyday working by emailing [email protected] if you have any issues.

🔒YOUR PRIVACY IS HEYDAY’S #1 PRIORITY

When you add Heyday to your browser, it says that we can “read and change all your data on the websites you visit.” A more accurate description is that it allows Heyday to save and resurface the webpages you see to improve your memory. We encrypt all the content to keep it safe and don’t sell data. Heyday is a paid-only product and our only incentive is to protect your privacy.

Learn more about Heyday’s privacy policy at https://heyday.xyz/privacy                    

Informações Básicas da Extensão

Nome Heyday Heyday
ID ienjhoblgednepobmpihafbdnjahffdo
URL Oficial https://chromewebstore.google.com/detail/heyday/ienjhoblgednepobmpihafbdnjahffdo
Descrição Heyday
Tamanho do Arquivo 5.21 MB
Contagem de Instalações 2,683
Versão Atual 2024.6.1
Última Atualização 2024-02-28
Data de Publicação 2021-03-16
Classificação 4.67/5 Total de 58 Avaliações
Desenvolvedor https://heyday.xyz
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://heyday.xyz
URL da Página de Ajuda https://heyday.xyz
URL da Página de Política de Privacidade https://heyday.xyz/privacy
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2024.6.1",
    "name": "Heyday",
    "description": "Heyday",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_icon": "logo-34.png",
        "default_title": "Open the content companion"
    },
    "icons": {
        "16": "logo-16.png",
        "34": "logo-34.png",
        "128": "logo-128.png"
    },
    "permissions": [
        "history",
        "storage",
        "cookies",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/heynight.xyz\/*",
                "https:\/\/heyday.xyz\/*",
                "https:\/\/app.heynight.xyz\/*",
                "https:\/\/app.heyday.xyz\/*",
                "http:\/\/localhost\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "site-apps.bundle.js"
            ]
        }
    ],
    "commands": {
        "quick-search": {
            "suggested_key": {
                "default": "Alt+Period",
                "mac": "Command+Period"
            },
            "description": "Quick Search"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "references.jpg",
                "tweets.jpg",
                "highlights.jpg",
                "topics.jpg"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; connect-src wss:\/\/*.heyday.xyz wss:\/\/*.heynight.xyz https:\/\/*.heyday.xyz https:\/\/*.heynight.xyz https:\/\/api.segment.io https:\/\/*.ingest.sentry.io"
    }
}