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
官方網址 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
電子郵箱 [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
    }
}