Skate

Collect, annotate and collaborate anywhere you damn well please.

Was ist Skate?

Skate ist eine Chrome-Erweiterung, die von https://onskate.io entwickelt wurde, und ihr Hauptmerkmal ist "Collect, annotate and collaborate anywhere you damn well please.".

Erweiterungsscreenshots

screenshot
screenshot

Skate-Erweiterungs-CRX-Datei herunterladen

Laden Sie Skate-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Skate Skate
ID ljlmeeiofpipeaplghgimegaoiiiimha
Offizielle URL https://chromewebstore.google.com/detail/skate/ljlmeeiofpipeaplghgimegaoiiiimha
Beschreibung Collect, annotate and collaborate anywhere you damn well please.
Dateigröße 52.9 KB
Installationsanzahl 22
Aktuelle Version 0.9.8
Letztes Update 2022-07-09
Veröffentlichungsdatum 2021-06-16
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://onskate.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://onskate.io
Hilfeseite URL https://onskate.io
Unterstützte Sprachen 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
    }
}