Skate

Collect, annotate and collaborate anywhere you damn well please.

Wat is Skate?

Skate is een Chrome-extensie ontwikkeld door https://onskate.io, en de belangrijkste functie is "Collect, annotate and collaborate anywhere you damn well please.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Skate

Download Skate-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Skate Skate
ID ljlmeeiofpipeaplghgimegaoiiiimha
Officiële URL https://chromewebstore.google.com/detail/skate/ljlmeeiofpipeaplghgimegaoiiiimha
Beschrijving Collect, annotate and collaborate anywhere you damn well please.
Bestandsgrootte 52.9 KB
Aantal Installaties 22
Huidige Versie 0.9.8
Laatst Bijgewerkt 2022-07-09
Publicatiedatum 2021-06-16
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://onskate.io
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://onskate.io
Help Pagina-URL https://onskate.io
Ondersteunde Talen 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
    }
}