Save pin tab 2

Makes it possible to pin tabs permanently.

What is Save pin tab 2?

Save pin tab 2 is a Chrome extension developed by mktakuya, and its main feature is "Makes it possible to pin tabs permanently.".

Download Save pin tab 2 Extension CRX File

Download Save pin tab 2 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

                        Makes it possible to pin tabs permanently.

This is fork of Save-pin-tab.
This fork add support manifest version 2 to it.                    

Extension Basic Information

Name Save pin tab 2 Save pin tab 2
ID kifklnehlfjklnmjjflcomnfngbfkjga
Official URL https://chrome.google.com/webstore/detail/save-pin-tab-2/kifklnehlfjklnmjjflcomnfngbfkjga
Description Makes it possible to pin tabs permanently.
File Size 22.7 KB
Installation Count 127
Current Version 0.1
Last Updated 2016-06-03
Publish Date 2016-06-03
Rating 2.50/5 Total 2 Ratings
Developer mktakuya
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save pin tab 2",
    "version": "0.1",
    "manifest_version": 2,
    "description": "Makes it possible to pin tabs permanently.",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}