Last Active Tabs
The fastest way to access your last five active tabs
什麼是Last Active Tabs?
Last Active Tabs是由Xiaoxin開發的Chrome擴展程式,該擴展的主要功能是“The fastest way to access your last five active tabs”。
下載Last Active Tabs擴展crx文件
下載Last Active Tabs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | |
ID | iaojglmmimcoplkbfiilfgbjlefpgobh |
官方網址 | https://chrome.google.com/webstore/detail/last-active-tabs/iaojglmmimcoplkbfiilfgbjlefpgobh |
簡介 | The fastest way to access your last five active tabs |
檔案大小 | 13.98 KB |
安裝次數 | 96 |
目前版本 | 0.0.4 |
更新時間 | 2013-07-09 |
上架時間 | 2013-07-09 |
評分 | 3.67/5 共 3 次評分 |
開發者 | Xiaoxin |
付費類型 | free |
擴展官網 | https://github.com/hyperlink/last_tab |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.4", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Alt+L", "mac": "Alt+L", "chromeos": "Alt+L", "linux": "Alt+L" } } }, "browser_action": { "default_icon": { "19": "images\/icon-32.png", "38": "images\/icon-32.png" }, "default_title": "Last Tab", "default_popup": "popup.html" }, "permissions": [ "tabs", "chrome:\/\/favicon\/" ] } |