Kelp: Your magical website organizer

A customizable New Tab page that groups websites by meetings and tags.

Kelp: Your magical website organizerとは何ですか?

Kelp: Your magical website organizerはhttps://kelp.nycによって開発されたChromeの拡張機能で、その主な機能は「A customizable New Tab page that groups websites by meetings and tags.」です。

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

screenshot
screenshot
screenshot
screenshot

Kelp: Your magical website organizer拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        In today's collaborative environment, it is difficult for us to gather the information we need to be effective. Information is spread across many tools and folders break down as the project changes.

Kelp is an adaptive tool. 
It automatically associates your documents and webpages with your contacts and meetings to make work make sense.

Made for humans
Kelp meets you where you are. It doesn’t ask you to change how you organize information or collaborate.

Quickly prepare for meetings
Kelp scans your calendar, browser history and documents to automatically collect get you the information you need when you need it.

Manage work relationships
Kelp infers associations between information, such as between a person, a meeting with the person and document edits by the person.

Install Kelp to leave tags and folders behind, and switch to an organization system that adapts to the real world.                    

拡張機能の基本情報

名前 Kelp: Your magical website organizer Kelp: Your magical website organizer
ID onkkkcfnlbkoialleldfbgodakajfpnl
公式URL https://chromewebstore.google.com/detail/kelp-your-magical-website/onkkkcfnlbkoialleldfbgodakajfpnl
説明 A customizable New Tab page that groups websites by meetings and tags.
ファイルサイズ 809 KB
インストール数 50
現在のバージョン 2.6.5
最終更新日 2021-12-06
公開日 2021-03-30
開発者 https://kelp.nyc
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.kelp.nyc
プライバシーポリシーページのURL https://www.kelp.nyc/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kelp: Your magical website organizer",
    "description": "A customizable New Tab page that groups websites by meetings and tags.",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlxKcE8dzPhRWKOZtCEVWL2MPlabQfIaBsHJ2Ok5oNlAgIYyb65mWqjQJtrEFgBZimtpmFatI75UQivDekcJ+zz2APxdvydZ9mHQLtnhQQwIIfzR0HdRwR4UUt013VxtBD5ks3sznq\/y42jMDCZ6ye2VVS18xdCCK9ibxrI1PbJltAQ0Y6jlaISCJOYRELx5IPv5jQ\/dRXt8kGUD2b94qYQpIzqbwfxanWjQjBep5QJYOeobXjzFau1pNMOQ6odvyig2FVX9uf4jlVDreKxm\/kSUkLZf3dEZD85SruG8QDfBO8EJz1R3Hc+vhugp5b1U7AKnx4aFSJscNUeTSgLlQVwIDAQAB",
    "author": "[email protected]",
    "manifest_version": 3,
    "version": "2.6.5",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "calendar.js"
            ],
            "matches": [
                "https:\/\/calendar.google.com\/*"
            ]
        }
    ],
    "oauth2": {
        "client_id": "296254551365-v8olgrucl4t2b1oa22fnr1r23390umvl.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/calendar.events.readonly",
            "https:\/\/www.googleapis.com\/auth\/contacts.readonly",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/drive.metadata.readonly"
        ]
    },
    "permissions": [
        "identity",
        "alarms",
        "notifications",
        "tabs",
        "idle",
        "history",
        "scripting",
        "storage",
        "activeTab"
    ],
    "host_permissions": [
        ""
    ],
    "chrome_url_overrides": {
        "newtab": "dashboard.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_title": "Your information filtration system"
    }
}