Last Active Tabs
The fastest way to access your last five active tabs
Hvad er Last Active Tabs?
Last Active Tabs er en Chrome-udvidelse udviklet af Xiaoxin, og dens hovedfunktion er "The fastest way to access your last five active tabs".
Download Last Active Tabs-udvidelses-CRX-fil
Download Last Active Tabs-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | iaojglmmimcoplkbfiilfgbjlefpgobh |
Officiel URL | https://chrome.google.com/webstore/detail/last-active-tabs/iaojglmmimcoplkbfiilfgbjlefpgobh |
Beskrivelse | The fastest way to access your last five active tabs |
Filstørrelse | 13.98 KB |
Antal Installationer | 96 |
Nuværende Version | 0.0.4 |
Senest Opdateret | 2013-07-09 |
Udgivelsesdato | 2013-07-09 |
Bedømmelse | 3.67/5 Samlet 3 Bedømmelser |
Udvikler | Xiaoxin |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/hyperlink/last_tab |
Understøttede Sprog | 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\/" ] } |