Skate

Collect, annotate and collaborate anywhere you damn well please.

Τι είναι το Skate;

Το Skate είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://onskate.io, και η κύρια λειτουργία του είναι "Collect, annotate and collaborate anywhere you damn well please.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Skate

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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
    }
}