Forever pinned

Allows you to open a set of pinned tabs when chrome starts up

Wat is Forever pinned?

Forever pinned is een Chrome-extensie ontwikkeld door scottw.io, en de belangrijkste functie is "Allows you to open a set of pinned tabs when chrome starts up".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Forever pinned

Download Forever pinned-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Forever pinned allows you to define a list pinned tabs which will be created and pinned at startup. If you rely on pinned tabs you probably will have noticed that sometimes they can accidentally get closed while using Chrome, with Forever pinned this is no longer an issue.

• Open a list of pinned tabs on startup
• Option to reopen pinned tabs when a new window is create
• Remove any duplicate tabs created while using multiple windows                    

Basisinformatie over de Extensie

Naam Forever pinned Forever pinned
ID nigigpmchbpkjjgncmpiggfnikllldlh
Officiële URL https://chromewebstore.google.com/detail/forever-pinned/nigigpmchbpkjjgncmpiggfnikllldlh
Beschrijving Allows you to open a set of pinned tabs when chrome starts up
Bestandsgrootte 311 KB
Aantal Installaties 8,711
Huidige Versie 0.29
Laatst Bijgewerkt 2019-02-02
Publicatiedatum 2019-02-02
Beoordeling 3.92/5 Totaal 38 Beoordelingen
Ontwikkelaar scottw.io
Betalingswijze free
Extensiewebsite http://www.scottw.io
Ondersteunde Talen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Forever pinned",
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "js\/q.js",
            "js\/lodash.js",
            "js\/startup.js"
        ]
    },
    "options_page": "options.html",
    "description": "Allows you to open a set of pinned tabs when chrome starts up",
    "version": "0.29",
    "browser_action": {
        "default_title": "Click to get restore Pinned Tabs!"
    }
}