Awesome History Button

Awesome button to open the Chrome history in a new window or tab. If the history page is already open, that tab is selected.

Co to jest Awesome History Button?

Awesome History Button to rozszerzenie Chrome opracowane przez https://upway2late.com, a jego główną funkcją jest „Awesome button to open the Chrome history in a new window or tab. If the history page is already open, that tab is selected.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Awesome History Button

Pobierz pliki rozszerzeń Awesome History Button w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        It is a shortcut button to open the Chrome history page.                    

Podstawowe informacje o rozszerzeniu

Nazwa Awesome History Button Awesome History Button
ID cjifeclbknmlhapifaiaocfcbahinlji
Oficjalny URL https://chromewebstore.google.com/detail/awesome-history-button/cjifeclbknmlhapifaiaocfcbahinlji
Opis Awesome button to open the Chrome history in a new window or tab. If the history page is already open, that tab is selected.
Rozmiar pliku 35.42 KB
Liczba instalacji 816
Aktualna Wersja 1.2.0.0
Ostatnia Aktualizacja 2020-12-08
Data Publikacji 2016-09-22
Ocena 4.67/5 Łącznie 3 Oceny
Deweloper https://upway2late.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.upway2late.com/projects/buttons-project
Adres URL Strony Pomocy http://www.upway2late.com/projects/buttons-project
Adres URL Strony Polityki Prywatności http://www.upway2late.com
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Awesome History Button",
    "version": "1.2.0.0",
    "description": "Awesome button to open the Chrome history in a new window or tab. If the history page is already open, that tab is selected.",
    "icons": {
        "16": "history_16.png",
        "48": "history_48.png",
        "128": "history_128.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "history_19.png",
        "default_title": "Awesome History Button"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}