Tabd

Send this tab to a friend

¿Qué es Tabd?

Tabd es una extensión de Chrome desarrollada por https://tabdextension.com, y su función principal es "Send this tab to a friend".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Tabd

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

                        Get content curated by your friends with the powerful link sharing tool you won’t be able to live without. Send any tab in your browser directly to a friend's browser with one click.                    

Información Básica de la Extensión

Nombre Tabd Tabd
ID gfijjccdjccoaaalhfkobmdaneellnba
URL Oficial https://chromewebstore.google.com/detail/tabd/gfijjccdjccoaaalhfkobmdaneellnba
Descripción Send this tab to a friend
Tamaño del Archivo 968 KB
Cantidad de Instalaciones 131
Versión Actual 2.1.0
Última Actualización 2021-07-26
Fecha de Publicación 2019-01-23
Calificación 5.00/5 Total de 20 Calificaciones
Desarrollador https://tabdextension.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://tabdextension.com
URL de la Página de Política de Privacidad http://tabdextension.com/privacy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tabd",
    "description": "Send this tab to a friend",
    "version": "2.1.0",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "http:\/\/localhost:3000\/*",
        "storage",
        "notifications",
        "identity"
    ],
    "background": {
        "scripts": [
            "\/js\/config.js",
            "\/js\/jquery.js",
            "\/js\/underscore.js",
            "\/js\/backbone.js",
            "\/js\/BaseView.js",
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "\/images\/*.png",
        "html\/overlay.html",
        "\/fonts\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "\/js\/jquery.js",
                "\/js\/underscore.js",
                "\/js\/backbone.js",
                "\/js\/config.js",
                "\/js\/BaseView.js",
                "\/js\/overlay_compiled.js"
            ],
            "css": [
                "\/css\/overlay.css"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_title": "Send this tab to a friend",
        "default_icon": "\/images\/icon32.png",
        "default_popup": "html\/splash.html"
    },
    "oauth2": {
        "client_id": "593296776337-clpqr8hkkjhg3tvdebn38d2ctm08mdlv.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "icons": {
        "16": "\/images\/icon16.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    },
    "manifest_version": 2,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAimWWGwcjfGSac1qzJ5TjciC7P4lcK540shpdrUAlA3eP7vSwr6EO8faxXL7RuXINJv8qqoH9w3RP9pLH1xN\/Mb8DkbUy0olx+U5g2RDkjKO+cbhSYRSnAK\/8DC20pPvQFRsWR0xm4WdIjaMQlC0eo5i48owPOko5TA08wBWdtVkKuSL4cfeNrDoDCyTwZgDKzfkymBPATlm1psYIEE5kXg\/SBm76+WOWeyx8YtZW4k\/EVFfx2szxvP2wTS5ULCpZ4MVEbc8pHuIaK2gl1H1kmOcZ+v2rqqIIs2ri56ri7E7oJslNh32P4aMrGbjQBPJxK5qxq6cKvKqaN\/kF\/+JqTwIDAQAB"
}