Skate

Collect, annotate and collaborate anywhere you damn well please.

¿Qué es Skate?

Skate es una extensión de Chrome desarrollada por https://onskate.io, y su función principal es "Collect, annotate and collaborate anywhere you damn well please.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Skate

Descarga archivos de extensión Skate en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Skate Skate
ID ljlmeeiofpipeaplghgimegaoiiiimha
URL Oficial https://chromewebstore.google.com/detail/skate/ljlmeeiofpipeaplghgimegaoiiiimha
Descripción Collect, annotate and collaborate anywhere you damn well please.
Tamaño del Archivo 52.9 KB
Cantidad de Instalaciones 22
Versión Actual 0.9.8
Última Actualización 2022-07-09
Fecha de Publicación 2021-06-16
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://onskate.io
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://onskate.io
URL de la Página de Ayuda https://onskate.io
Idiomas Soportados 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
    }
}