Forever pinned

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

Qu'est-ce que Forever pinned ?

Forever pinned est une extension Chrome développée par scottw.io, et sa fonction principale est "Allows you to open a set of pinned tabs when chrome starts up".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Forever pinned

Téléchargez les fichiers d'extension Forever pinned au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Forever pinned Forever pinned
ID nigigpmchbpkjjgncmpiggfnikllldlh
URL Officiel https://chromewebstore.google.com/detail/forever-pinned/nigigpmchbpkjjgncmpiggfnikllldlh
Description Allows you to open a set of pinned tabs when chrome starts up
Taille du Fichier 311 KB
Nombre d'Installations 8,711
Version Actuelle 0.29
Dernière Mise à Jour 2019-02-02
Date de Publication 2019-02-02
Évaluation 3.92/5 Total 38 Évaluations
Développeur scottw.io
Type de Paiement free
Site Web de l'Extension http://www.scottw.io
Langues Prises en Charge 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!"
    }
}