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 |
官方網址 | 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": [ " |