Pin Them All

Pin all your tabs

What is Pin Them All?

Pin Them All is a Chrome extension developed by ayayael12, and its main feature is "Pin all your tabs".

Extension Screenshots

screenshot

Download Pin Them All Extension CRX File

Download Pin Them All 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

                        Quickly pin all your open tabs using the "Pin them all" context menu option                    

Extension Basic Information

Name Pin Them All Pin Them All
ID ndabmaflbdfldmdlccmpccenpkgklhln
Official URL https://chromewebstore.google.com/detail/pin-them-all/ndabmaflbdfldmdlccmpccenpkgklhln
Description Pin all your tabs
File Size 12.95 KB
Installation Count 12,621
Current Version 0.1
Last Updated 2015-03-13
Publish Date 2015-03-13
Rating 1.00/5 Total 5 Ratings
Developer ayayael12
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "description": "Pin all your tabs",
    "version": "0.1",
    "name": "Pin Them All",
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "pin.js"
        ]
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}