Better Back Button
A history stack that doesn't discard the forward entries when you navigate.
Что такое Better Back Button?
Better Back Button - это расширение Chrome, разработанное shawn.hoover, и его основная функция - "A history stack that doesn't discard the forward entries when you navigate.".
Снимки экрана расширения
Скачать файл CRX расширения Better Back Button
Скачайте файлы расширений Better Back Button в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Better Back Button |
ID | mnjmflfpbdlhinbldepdfegnhldplgnd |
Официальный URL | https://chromewebstore.google.com/detail/better-back-button/mnjmflfpbdlhinbldepdfegnhldplgnd |
Описание | A history stack that doesn't discard the forward entries when you navigate. |
Размер файла | 46.88 KB |
Количество установок | 270 |
Текущая Версия | 0.4 |
Последнее Обновление | 2015-08-01 |
Дата публикации | 2015-08-01 |
Рейтинг | 4.83/5 Всего 6 оценок |
Разработчик | shawn.hoover |
Тип оплаты | free |
Официальный сайт расширения | https://bitbucket.org/shoover/better-back-button |
Поддерживаемые языки | 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": [ " |