GoBack

Кнопка возврата назад или на главную страницу в режиме киоска

What is GoBack?

GoBack is a Chrome extension developed by ivanthe1st, and its main feature is "Кнопка возврата назад или на главную страницу в режиме киоска".

Extension Screenshots

screenshot
screenshot

Download GoBack Extension CRX File

Download GoBack extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Floating button for kiosk mode
can be programmed for GoBack function, or GoHome - use options.                    

Extension Basic Information

Name GoBack GoBack
ID finhblilmekegnboebgpgjlglogheoej
Official URL https://chrome.google.com/webstore/detail/goback/finhblilmekegnboebgpgjlglogheoej
Description Кнопка возврата назад или на главную страницу в режиме киоска
File Size 9.39 KB
Installation Count 424
Current Version 0.7
Last Updated 2015-11-23
Publish Date 2015-11-23
Rating 5.00/5 Total 3 Ratings
Developer ivanthe1st
Payment Type free
Help Page URL http://faustovo.livejournal.com/20038.html
Supported Languages en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "ru",
    "content_scripts": [
        {
            "js": [
                "goback.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "options.html",
    "description": "__MSG_app_description__",
    "manifest_version": 2,
    "name": "__MSG_app_name__",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "version": "0.7",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}