Pin'em All

Allows user to pin all open tabs or to unpin all pinned tabs

What is Pin'em All?

Pin'em All is a Chrome extension developed by Uman, and its main feature is "Allows user to pin all open tabs or to unpin all pinned tabs".

Extension Screenshots

screenshot

Download Pin'em All Extension CRX File

Download Pin'em 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

                        Simple chrome extension adding pop-up menu which allows user to pin all open tabs or to unpin all currently pinned tabs with one button click.                    

Extension Basic Information

Name Pin'em All Pin'em All
ID flbdaephiokahpnlkglmfjocndjcpegl
Official URL https://chromewebstore.google.com/detail/pinem-all/flbdaephiokahpnlkglmfjocndjcpegl
Description Allows user to pin all open tabs or to unpin all pinned tabs
File Size 17.13 KB
Installation Count 397
Current Version 1.0
Last Updated 2016-09-16
Publish Date 2016-09-16
Rating 4.75/5 Total 8 Ratings
Developer Uman
Email [email protected]
Payment Type free
Extension Website http://www.umanski.me
Help Page URL http://www.umanski.me
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pin'em All",
    "version": "1.0",
    "description": "Allows user to pin all open tabs or to unpin all pinned tabs",
    "icons": {
        "128": "images\/128.png",
        "48": "images\/48.png",
        "16": "images\/16.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/128.png",
            "48": "images\/48.png",
            "16": "images\/16.png"
        },
        "default_title": "Pin'em ALl",
        "default_popup": "popup.html"
    }
}