Pin Tabs

Pin Tabs on Chrome by default or manually under all windows

What is Pin Tabs?

Pin Tabs is a Chrome extension developed by Anand Sudhanaboina, and its main feature is "Pin Tabs on Chrome by default or manually under all windows".

Extension Screenshots

screenshot

Download Pin Tabs Extension CRX File

Download Pin Tabs 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

                        Pin tabs on chrome by default or click the extension icon to manually pin all tabs. Under the options page you can toggle:

1. Auto-pin new tabs
2. Pin all tabs under all windows on click                    

Extension Basic Information

Name Pin Tabs Pin Tabs
ID achoaodpkagkocipghglppnbagjheoni
Official URL https://chrome.google.com/webstore/detail/pin-tabs/achoaodpkagkocipghglppnbagjheoni
Description Pin Tabs on Chrome by default or manually under all windows
File Size 22.72 KB
Installation Count 676
Current Version 1.0
Last Updated 2017-03-14
Publish Date 2017-03-14
Rating 4.38/5 Total 13 Ratings
Developer Anand Sudhanaboina
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pin Tabs",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Pin Tabs on Chrome by default or manually under all windows",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "options_page": "options.html",
    "icons": {
        "128": "assets\/icon128.png"
    },
    "browser_action": {
        "default_icon": "assets\/icon128.png",
        "default_title": "Pin Tabs"
    }
}