Awesome View Source Button

Awesome button to view the source in a new window or tab. If the source is already open, that tab is selected.

¿Qué es Awesome View Source Button?

Awesome View Source Button es una extensión de Chrome desarrollada por https://upway2late.com, y su función principal es "Awesome button to view the source in a new window or tab. If the source is already open, that tab is selected.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Awesome View Source Button

Descarga archivos de extensión Awesome View Source Button 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

                        Awesome button to view the source in a new window or tab. If the source is already open, that tab is selected.                    

Información Básica de la Extensión

Nombre Awesome View Source Button Awesome View Source Button
ID hofjicknmidhbhmflllmmdaihmmggphg
URL Oficial https://chromewebstore.google.com/detail/awesome-view-source-butto/hofjicknmidhbhmflllmmdaihmmggphg
Descripción Awesome button to view the source in a new window or tab. If the source is already open, that tab is selected.
Tamaño del Archivo 34.1 KB
Cantidad de Instalaciones 960
Versión Actual 1.2.0.0
Última Actualización 2016-09-22
Fecha de Publicación 2016-09-22
Calificación 3.38/5 Total de 13 Calificaciones
Desarrollador https://upway2late.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.upway2late.com/projects/buttons-project
URL de la Página de Ayuda http://www.upway2late.com/projects/buttons-project
URL de la Página de Política de Privacidad http://www.upway2late.com
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Awesome View Source Button",
    "version": "1.2.0.0",
    "description": "Awesome button to view the source in a new window or tab. If the source is already open, that tab is selected.",
    "icons": {
        "16": "viewSource_16.png",
        "48": "viewSource_48.png",
        "128": "viewSource_128.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "viewSource_19.png",
        "default_title": "Awesome View Source Button"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}