Better Back Button
A history stack that doesn't discard the forward entries when you navigate.
Co je Better Back Button?
Better Back Button je rozšíření Chrome vyvinuté shawn.hoover, a jeho hlavní funkcí je „A history stack that doesn't discard the forward entries when you navigate.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Better Back Button
Stáhněte si soubory rozšíření Better Back Button ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Better Back Button |
ID | mnjmflfpbdlhinbldepdfegnhldplgnd |
Oficiální URL | https://chromewebstore.google.com/detail/better-back-button/mnjmflfpbdlhinbldepdfegnhldplgnd |
Popis | A history stack that doesn't discard the forward entries when you navigate. |
Velikost souboru | 46.88 KB |
Počet instalací | 270 |
Aktuální Verze | 0.4 |
Poslední Aktualizace | 2015-08-01 |
Datum Vydání | 2015-08-01 |
Hodnocení | 4.83/5 Celkem 6 Hodnocení |
Vývojář | shawn.hoover |
Typ Platby | free |
Webové stránky Rozšíření | https://bitbucket.org/shoover/better-back-button |
Podporované Jazyky | 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": [ " |