Cr!Box

An extension that provides an easy way of reconnecting your Fritz!Box.

¿Qué es Cr!Box?

Cr!Box es una extensión de Chrome desarrollada por [email protected], y su función principal es "An extension that provides an easy way of reconnecting your Fritz!Box.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Cr!Box

Descarga archivos de extensión Cr!Box 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

                        The extension is ported from the Firefox add-on "Fox!Box". It provides functions for reconnecting  your AVM Fritz!Box and querying your external router IP address within the Google Chrome Webbrowser. A configuration interface is also supported to configure the URL to Fritz!Box's UPnP interface.

Version 3.3 adds a possibility to specify a connection port for SSL connections in the configuration page.

Version 3.2 adds SSL support for opening the web interface for Fritz!Box device and improves transfer statistics of Fritz!Box device. Several runtime issues of undefined property access when object was not available were fixed.

Version 3.1 increases the green color ratio of the rays within the picture that is shown when the Fritz!Box device is connected to the internet to have a better contrast to the disconnected version of the picture. So if the Fritz!Box device is connected to the internet a router with green rays is shown, if it is disconnected for some reason a router with gray rays will be shown.
Furthermore the "Tabs and browsing activity"-permission is removed since it is not needed by this extension.

Version 3.0 should now support AVM devices running Fritz!Os  versions >= 6.xx. Please let me know if you still have problems with this extension.

Version 2.5 removes the Fritz! Logo since the usage of this logo violates AVMs industrial property rights. From now on a generic router icon is used for the logo.
Internationalization, i.e. English and German language depending on the operating system locale setting is now supported using Google Chromes internationalization-API i18n.getMessage.
Please note: Fritz!Box devices with Fritz!Os version > 6.XX are currently not supported by this extension since I don't have such a device at home and therefore cannot test the extension. If you are the owner of such a device and know a little bit of Fritz!Boxs application interface feel free to contribute. Every contribution making this extension working again for such devices is very welcomed...

Version 2.4 supports new manifest file version 2. Furthermore all inline java script code in onclick / onload / setTimeout parameters were replaced into either lambda style functions or direct function pointers.

Version 2.3 should fix the missing connected / not_connected icon.

Version 2.2 rehosts the plugin which is now called Cr!Box because the former name violated the Google Branding Guidelines. Cr stands for element 24 within the periodic table of elements.

Version 2.0 now supports displaying upload and download statistics such as upload / download volume and upload / download rate. These statistics represent the cumulative count over all connection instances of your Fritz!Box device.

Version 1.2 now supports opening the web interface of Fritz!Box via a new menu entry called "Opening Web Interface".

Version 1.1 now supports displaying the external connection status within the Cr!Box icon itself. The icon displays a green check while connected and a blocking sign while not connected within the lower right corner. The tooltip of the extension is updated accordingly.                    

Información Básica de la Extensión

Nombre Cr!Box Cr!Box
ID gjodchcocbnbhfkjeapbdoflbiibnapp
URL Oficial https://chromewebstore.google.com/detail/crbox/gjodchcocbnbhfkjeapbdoflbiibnapp
Descripción An extension that provides an easy way of reconnecting your Fritz!Box.
Tamaño del Archivo 38.88 KB
Cantidad de Instalaciones 8,288
Versión Actual 3.3
Última Actualización 2016-03-18
Fecha de Publicación 2016-03-18
Calificación 4.31/5 Total de 95 Calificaciones
Desarrollador [email protected]
Tipo de Pago free
Idiomas Soportados de,en
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icons\/icon48x48.png",
        "default_popup": "popup.html",
        "default_title": "Cr!Box"
    },
    "default_locale": "en",
    "description": "An extension that provides an easy way of reconnecting your Fritz!Box.",
    "icons": {
        "128": "icons\/icon128x128.png",
        "48": "icons\/icon48x48.png"
    },
    "manifest_version": 2,
    "name": "Cr!Box",
    "options_page": "options.html",
    "permissions": [
        "http:\/\/*\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.3"
}