Skate

Collect, annotate and collaborate anywhere you damn well please.

Skateとは何ですか?

Skateはhttps://onskate.ioによって開発されたChromeの拡張機能で、その主な機能は「Collect, annotate and collaborate anywhere you damn well please.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Skate allows you to create private notes and team discussions that stick with you as you bounce between documents, mockups, spreadsheets, kanban boards, project issues, file folders, forums, wikis or any other web resource. Don't waste time scheduling yet another meeting to review links, spawning yet another channel or trying to remember who said what to whom where. With Skate, where you are is where you plan, and staying in context is easier than ever.                    

拡張機能の基本情報

名前 Skate Skate
ID ljlmeeiofpipeaplghgimegaoiiiimha
公式URL https://chromewebstore.google.com/detail/skate/ljlmeeiofpipeaplghgimegaoiiiimha
説明 Collect, annotate and collaborate anywhere you damn well please.
ファイルサイズ 52.9 KB
インストール数 22
現在のバージョン 0.9.8
最終更新日 2022-07-09
公開日 2021-06-16
評価 5.00/5 合計 1 レビュー
開発者 https://onskate.io
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://onskate.io
ヘルプページのURL https://onskate.io
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Skate",
    "description": "Collect, annotate and collaborate anywhere you damn well please.",
    "version": "0.9.8",
    "icons": {
        "16": "\/icons\/icon.png",
        "32": "\/icons\/icon.png",
        "48": "\/icons\/icon.png",
        "128": "\/icons\/icon.png"
    },
    "action": {
        "default_title": "Skate",
        "default_icon": {
            "16": "\/icons\/icon.png",
            "32": "\/icons\/icon.png",
            "48": "\/icons\/icon.png",
            "128": "\/icons\/icon.png"
        },
        "browser_style": true,
        "show_matches": [
            ""
        ]
    },
    "host_permissions": [
        "https:\/\/mail.google.com\/*",
        "https:\/\/app.honest.is\/*",
        "https:\/\/app.onskate.io\/*"
    ],
    "permissions": [
        "activeTab",
        "storage",
        "webNavigation"
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "\/static\/js\/zepto.min.js",
                "\/static\/js\/common-min.js"
            ],
            "css": [
                "\/static\/css\/styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/static\/js\/common-min.js.map"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "configuration\/index.html",
        "open_in_tab": false,
        "browser_style": true
    }
}