Share it

Share or Copy web pages to anywhere by various format.

¿Qué es Share it?

Share it es una extensión de Chrome desarrollada por https://hira.page, y su función principal es "Share or Copy web pages to anywhere by various format.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Share it

Descarga archivos de extensión Share it 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

                        Web pages can be freely shared and copied in a variety of formats.                    

Información Básica de la Extensión

Nombre Share it Share it
ID kmfmfcdigkgfhmnopjfdnaikhjkmmplm
URL Oficial https://chromewebstore.google.com/detail/share-it/kmfmfcdigkgfhmnopjfdnaikhjkmmplm
Descripción Share or Copy web pages to anywhere by various format.
Tamaño del Archivo 299 KB
Cantidad de Instalaciones 160
Versión Actual 1.1.1
Última Actualización 2021-06-03
Fecha de Publicación 2021-05-20
Calificación 2.00/5 Total de 1 Calificaciones
Desarrollador https://hira.page
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/psephopaiktes/share-it
Idiomas Soportados en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "1.1.1",
    "author": "Akira HIRATA",
    "default_locale": "en",
    "homepage_url": "https:\/\/github.com\/psephopaiktes\/share-it",
    "description": "__MSG_extDescription__",
    "permissions": [
        "storage",
        "tabs",
        "notifications",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_title": "Share this page",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+S"
            }
        }
    }
}