Last Active Tabs
The fastest way to access your last five active tabs
Wat is Last Active Tabs?
Last Active Tabs is een Chrome-extensie ontwikkeld door Xiaoxin, en de belangrijkste functie is "The fastest way to access your last five active tabs".
Download het CRX-bestand van de extensie Last Active Tabs
Download Last Active Tabs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | iaojglmmimcoplkbfiilfgbjlefpgobh |
Officiële URL | https://chrome.google.com/webstore/detail/last-active-tabs/iaojglmmimcoplkbfiilfgbjlefpgobh |
Beschrijving | The fastest way to access your last five active tabs |
Bestandsgrootte | 13.98 KB |
Aantal Installaties | 96 |
Huidige Versie | 0.0.4 |
Laatst Bijgewerkt | 2013-07-09 |
Publicatiedatum | 2013-07-09 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Xiaoxin |
Betalingswijze | free |
Extensiewebsite | https://github.com/hyperlink/last_tab |
Ondersteunde Talen | 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\/" ] } |