Pin-It

This extension keeps a set of tabs permanently pinned in your browser window.

What is Pin-It?

Pin-It is a Chrome extension developed by https://gaunt.dev, and its main feature is "This extension keeps a set of tabs permanently pinned in your browser window.".

Extension Screenshots

screenshot

Download Pin-It Extension CRX File

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

                        This extension makes it easy to set-up a number of tabs that you like to pin and at the click of a button, it'll set them up for you.

No more losing your tabs when you restart your machine and share the same tabs across all of your devices.                    

Extension Basic Information

Name Pin-It Pin-It
ID iaebojjjijdaeinlldahkekclhdjgkme
Official URL https://chromewebstore.google.com/detail/pin-it/iaebojjjijdaeinlldahkekclhdjgkme
Description This extension keeps a set of tabs permanently pinned in your browser window.
File Size 101 KB
Installation Count 250
Current Version 3.0.1
Last Updated 2024-03-01
Publish Date 2020-09-11
Rating 5.00/5 Total 1 Ratings
Developer https://gaunt.dev
Email [email protected]
Payment Type free
Extension Website https://www.gaunt.dev/projects/pin-it/
Help Page URL https://github.com/gauntface/pin-it-extension/issues/new
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pin-It",
    "version": "3.0.1",
    "description": "This extension keeps a set of tabs permanently pinned in your browser window.",
    "manifest_version": 3,
    "icons": {
        "64": "images\/icons\/favicon-64x64.png",
        "128": "images\/icons\/favicon-128x128.png",
        "512": "images\/icons\/favicon-512x512.png"
    },
    "action": {
        "default_icon": {
            "64": "images\/icons\/favicon-64x64.png",
            "128": "images\/icons\/favicon-128x128.png",
            "512": "images\/icons\/favicon-512x512.png"
        }
    },
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "scripts\/background\/sw.js",
        "type": "module"
    }
}