Heyday

Heyday

Heydayとは何ですか?

Heydayはhttps://heyday.xyzによって開発されたChromeの拡張機能で、その主な機能は「Heyday」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Heyday拡張機能のCRXファイルをダウンロード

Heyday拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Heyday Heyday
ID ienjhoblgednepobmpihafbdnjahffdo
公式URL https://chromewebstore.google.com/detail/heyday/ienjhoblgednepobmpihafbdnjahffdo
説明 Heyday
ファイルサイズ 5.21 MB
インストール数 2,683
現在のバージョン 2024.6.1
最終更新日 2024-02-28
公開日 2021-03-16
評価 4.67/5 合計 58 レビュー
開発者 https://heyday.xyz
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://heyday.xyz
ヘルプページのURL https://heyday.xyz
プライバシーポリシーページのURL https://heyday.xyz/privacy
対応言語 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"
    }
}