Pin Last Tab

Make the last tab pinned

Wat is Pin Last Tab?

Pin Last Tab is een Chrome-extensie ontwikkeld door ayayael12, en de belangrijkste functie is "Make the last tab pinned".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Pin Last Tab

Download Pin Last Tab-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

                        Use the context menu to pin the last tab                    

Basisinformatie over de Extensie

Naam Pin Last Tab Pin Last Tab
ID lmhacemfmaapnkiehojbhmclmdnhjhfn
Officiële URL https://chromewebstore.google.com/detail/pin-last-tab/lmhacemfmaapnkiehojbhmclmdnhjhfn
Beschrijving Make the last tab pinned
Bestandsgrootte 11.71 KB
Aantal Installaties 13,219
Huidige Versie 0.1
Laatst Bijgewerkt 2015-03-13
Publicatiedatum 2015-03-13
Beoordeling 4.00/5 Totaal 4 Beoordelingen
Ontwikkelaar ayayael12
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "description": "Make the last tab pinned",
    "version": "0.1",
    "name": "Pin Last Tab",
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "resource\/script\/pinLast.js"
        ]
    },
    "icons": {
        "16": "resource\/images\/icon-16.png",
        "48": "resource\/images\/icon-48.png",
        "128": "resource\/images\/icon-128.png"
    }
}