Last Active Tabs

The fastest way to access your last five active tabs

Vad är Last Active Tabs?

Last Active Tabs är en Chrome-tillägg utvecklad av Xiaoxin, och dess huvudfunktion är "The fastest way to access your last five active tabs".

Ladda ner Last Active Tabs-förlängningens CRX-fil

Ladda ner Last Active Tabs-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn Last Active Tabs Last Active Tabs
ID iaojglmmimcoplkbfiilfgbjlefpgobh
Officiell webbadress https://chrome.google.com/webstore/detail/last-active-tabs/iaojglmmimcoplkbfiilfgbjlefpgobh
Beskrivning The fastest way to access your last five active tabs
Filstorlek 13.98 KB
Antal Installationer 96
Aktuell Version 0.0.4
Senast Uppdaterad 2013-07-09
Publiceringsdatum 2013-07-09
Betyg 3.67/5 Totalt 3 Betyg
Utvecklare Xiaoxin
Betalningssätt free
Tilläggswebbplats https://github.com/hyperlink/last_tab
Stödda Språk 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\/"
    ]
}