Better Back Button
A history stack that doesn't discard the forward entries when you navigate.
什么是Better Back Button?
Better Back Button是由shawn.hoover开发的Chrome扩展程序,该扩展的主要功能是“A history stack that doesn't discard the forward entries when you navigate.”。
扩展截图
下载Better Back Button扩展crx文件
下载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": [ " |