Better Back Button
A history stack that doesn't discard the forward entries when you navigate.
Co to jest Better Back Button?
Better Back Button to rozszerzenie Chrome opracowane przez shawn.hoover, a jego główną funkcją jest „A history stack that doesn't discard the forward entries when you navigate.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Better Back Button
Pobierz pliki rozszerzeń Better Back 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
Have you ever noticed how browser history disappears when you're clicking back and forward a lot and then click on a link on a page? This extension helps by making sure your most recently visited sites stay available in one handy dropdown. You can skip opening a new tab for everything under the sun, knowing you won't lose track of where you've been. See the web site for keyboard usage. Derived from Dropdown List of Most Visited Links.
Podstawowe informacje o rozszerzeniu
Nazwa | Better Back Button |
ID | mnjmflfpbdlhinbldepdfegnhldplgnd |
Oficjalny URL | https://chromewebstore.google.com/detail/better-back-button/mnjmflfpbdlhinbldepdfegnhldplgnd |
Opis | A history stack that doesn't discard the forward entries when you navigate. |
Rozmiar pliku | 46.88 KB |
Liczba instalacji | 270 |
Aktualna Wersja | 0.4 |
Ostatnia Aktualizacja | 2015-08-01 |
Data Publikacji | 2015-08-01 |
Ocena | 4.83/5 Łącznie 6 Oceny |
Deweloper | shawn.hoover |
Typ Płatności | free |
Strona Rozszerzenia | https://bitbucket.org/shoover/better-back-button |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Better Back Button", "version": "0.4", "author": "Shawn Hoover", "manifest_version": 2, "description": "A history stack that doesn't discard the forward entries when you navigate.", "icons": { "19": "icon19.png", "38": "icon38.png", "128": "icon128.png" }, "permissions": [ "tabs", "chrome:\/\/favicon\/" ], "browser_action": { "default_icon": "icon19.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ " |