Backxtab
Shortcut to the last visited tabs.
什麼是Backxtab?
Backxtab是由Damien Brunet開發的Chrome擴展程式,該擴展的主要功能是“Shortcut to the last visited tabs.”。
擴展截圖
下載Backxtab擴展crx文件
下載Backxtab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Click the icon to select the last visited tab, click again while the counter is on to select the next-to-last one, etc... When the counter turns off, clicking the icon sends you directly to the first tab you were on before going back in time. You can customize the delay before the counter turns off: right-click the icon and choose 'options'. You can assign a keyboard shortcut to Backxtab: chrome://extensions/shortcuts Open-source: https://github.com/djrekca/Backxtab
擴展基本資訊
名稱 | |
ID | fnfpaldoamkghkmcdpnailhjbibfkdei |
官方網址 | https://chromewebstore.google.com/detail/backxtab/fnfpaldoamkghkmcdpnailhjbibfkdei |
簡介 | Shortcut to the last visited tabs. |
檔案大小 | 17.2 KB |
安裝次數 | 85 |
目前版本 | 1.2.0 |
更新時間 | 2021-06-06 |
上架時間 | 2019-04-26 |
評分 | 4.83/5 共 6 次評分 |
開發者 | Damien Brunet |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.2.0", "default_locale": "en", "description": "__MSG_extDesc__", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": { "19": "19.png", "38": "38.png" }, "default_title": "__MSG_extName__" }, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "notifications", "storage" ], "minimum_chrome_version": "49", "manifest_version": 2 } |