Cr!Box

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

Cr!Boxとは何ですか?

Cr!Boxは[email protected]によって開発されたChromeの拡張機能で、その主な機能は「An extension that provides an easy way of reconnecting your Fritz!Box.」です。

拡張機能のスクリーンショット

screenshot

Cr!Box拡張機能のCRXファイルをダウンロード

Cr!Box拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Cr!Box Cr!Box
ID gjodchcocbnbhfkjeapbdoflbiibnapp
公式URL https://chromewebstore.google.com/detail/crbox/gjodchcocbnbhfkjeapbdoflbiibnapp
説明 An extension that provides an easy way of reconnecting your Fritz!Box.
ファイルサイズ 38.88 KB
インストール数 8,288
現在のバージョン 3.3
最終更新日 2016-03-18
公開日 2016-03-18
評価 4.31/5 合計 95 レビュー
開発者 [email protected]
支払い方法 free
対応言語 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"
}