Pin Last Tab

Make the last tab pinned

What is Pin Last Tab?

Pin Last Tab is a Chrome extension developed by ayayael12, and its main feature is "Make the last tab pinned".

Extension Screenshots

screenshot

Download Pin Last Tab Extension CRX File

Download Pin Last Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Use the context menu to pin the last tab                    

Extension Basic Information

Name Pin Last Tab Pin Last Tab
ID lmhacemfmaapnkiehojbhmclmdnhjhfn
Official URL https://chromewebstore.google.com/detail/pin-last-tab/lmhacemfmaapnkiehojbhmclmdnhjhfn
Description Make the last tab pinned
File Size 11.71 KB
Installation Count 13,219
Current Version 0.1
Last Updated 2015-03-13
Publish Date 2015-03-13
Rating 4.00/5 Total 4 Ratings
Developer ayayael12
Payment Type free
Supported Languages 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"
    }
}