SaveDay - AI Bookmark Manager & Web Highlight

AI Bookmark manager helps you instantly save, highlight web content and retrieve them, summarize YouTube videos and articles

SaveDay - AI Bookmark Manager & Web Highlightとは何ですか?

SaveDay - AI Bookmark Manager & Web Highlightはhttps://save.dayによって開発されたChromeの拡張機能で、その主な機能は「AI Bookmark manager helps you instantly save, highlight web content and retrieve them, summarize YouTube videos and articles」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

SaveDay - AI Bookmark Manager & Web Highlight拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        SaveDay is an AI bookmark manager extension. With SaveDay, you can bookmark much more than web links and articles, making it easy to read them later and find them whenever you need.
----------
Features:
★ Save content in any format: web links, images, videos, photos, podcasts, audio... easily while keeping your content confidential.
★ Search with ease: Retrieve content by keyword or by the way you think, in any language
★ Highlight and share Quoteshots: Easily highlight any web link, social post, and share it with beautiful templates.
★ Summarize content: Get important notes from Youtube videos, articles, ... instantly. Learn more without manually taking notes.
★ Link with Telegram SaveDay Bot to save images, videos, links, files... on your mobile
★ Free to use.                    

拡張機能の基本情報

名前 SaveDay - AI Bookmark Manager & Web Highlight SaveDay - AI Bookmark Manager & Web Highlight
ID gmfaoihlkhopieoibopcponemocgbloj
公式URL https://chromewebstore.google.com/detail/saveday-ai-bookmark-manag/gmfaoihlkhopieoibopcponemocgbloj
説明 AI Bookmark manager helps you instantly save, highlight web content and retrieve them, summarize YouTube videos and articles
ファイルサイズ 4.21 MB
インストール数 3,000
現在のバージョン 2.0.5
最終更新日 2024-02-29
公開日 2023-08-07
評価 4.88/5 合計 126 レビュー
開発者 https://save.day
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.save.day/
ヘルプページのURL https://www.save.day/support
プライバシーポリシーページのURL https://www.save.day/privacy-policy
対応言語 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.5",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "action": {
        "default_title": "__MSG_extName__"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "default_locale": "en",
    "permissions": [
        "identity",
        "storage",
        "tabs",
        "activeTab",
        "contextMenus",
        "scripting",
        "sidePanel"
    ],
    "externally_connectable": {
        "matches": [
            ""
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/index.js"
            ],
            "all_frames": false,
            "exclude_matches": [
                "*:\/\/app.save.day\/*",
                "*:\/\/app.caroot.io\/*",
                "*:\/\/storybook.save.day\/*"
            ]
        }
    ],
    "side_panel": {
        "default_path": "js\/sidebar.html"
    },
    "commands": {
        "saveCurrentUrl": {
            "suggested_key": {
                "default": "Alt+S",
                "mac": "Alt+S"
            },
            "description": "Bookmark current URL"
        },
        "createStickyNote": {
            "suggested_key": {
                "default": "Alt+W",
                "mac": "Alt+W"
            },
            "description": "Create sticky note"
        }
    },
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "images\/saveday_square_logo_16x16.png",
        "32": "images\/saveday_square_logo_16x16.png",
        "48": "images\/saveday_square_logo_16x16.png",
        "128": "images\/saveday_square_logo_16x16.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/index.html",
                "js\/sidebar.html",
                "images\/*",
                "fonts\/*",
                "js\/*.map"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnoYRIRhvtnl\/4UqbfFB5VL+s\/f5iUPy0A\/DcxOu7CPbAeGYtUKFB4tO6J8EPmKBrw2AUFWvTqo3QBsKiv\/zcUdI\/KVureUEchwxe778F0Ej0QD2\/4Y\/CPxOvVQkgn2hVSrz2o+v4qFnZ9FyljLkfOYqqdfxosVHQ95CDnvLv\/ziZEGp+94J4lbOLiFcuBl35byEOfqELBxaSRqKUdnZ0tIYwDOIpF4VZ6Sq2QjJOSW8Sc5XU+C45zGbdK1Mtm47npAwpYh06H+Q5PHBWAQ52ZxYlMRsb2kh9DtJlYgnKRos0jvX7Y4zkf4xArQl0Zco3FwACEoNgz+CL5YB5nneefwIDAQAB"
}