Kollate

The only app you will ever need for bookmarking and note taking.

Kollateとは何ですか?

Kollateはhttps://kollate.ioによって開発されたChromeの拡張機能で、その主な機能は「The only app you will ever need for bookmarking and note taking.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Kollate is a personal knowledge management tool which allows you to bookmark links, take beautiful notes, and organize them in collections and notebooks. For free.                    

拡張機能の基本情報

名前 Kollate Kollate
ID jhfpakfaieihoeoiciffgmmbpaoocbbk
公式URL https://chromewebstore.google.com/detail/kollate/jhfpakfaieihoeoiciffgmmbpaoocbbk
説明 The only app you will ever need for bookmarking and note taking.
ファイルサイズ 2.18 MB
インストール数 437
現在のバージョン 0.143
最終更新日 2019-05-01
公開日 2019-04-27
評価 4.25/5 合計 8 レビュー
開発者 https://kollate.io
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://kollate.io
プライバシーポリシーページのURL https://kollate.io/public/note/6e26cef0-53f9-11e9-b3cd-37b18fc6ebb7
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kollate",
    "version": "0.143",
    "manifest_version": 2,
    "description": "The only app you will ever need for bookmarking and note taking.",
    "icons": {
        "16": "images\/kollate-16.png",
        "48": "images\/kollate-48.png",
        "128": "images\/kollate-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Kollate",
        "default_icon": "images\/kollate-128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/localhost\/*",
                "*:\/\/kollate.io\/*",
                "*:\/\/*.kollate.io\/*"
            ],
            "css": [],
            "js": [
                "inject_head.js",
                "content_script.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [],
            "js": [
                "broadcast_screenshot.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/kollate.io\/*"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "contextMenus"
    ],
    "web_accessible_resources": [
        "add-resource.html",
        "images\/*.png",
        "editor.html",
        "dropdown.html",
        "screenshot.html",
        "hide-dropdown.html",
        "unhide-note.html",
        "settings.html",
        "thumbnail-selector.html",
        "login-error.html"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+K",
                "mac": "Command+K"
            }
        }
    }
}