Forever pinned

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

Cos'è Forever pinned?

Forever pinned è un'estensione di Chrome sviluppata da scottw.io, e la sua funzione principale è "Allows you to open a set of pinned tabs when chrome starts up".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Forever pinned

Scarica i file di estensione Forever pinned in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Forever pinned Forever pinned
ID nigigpmchbpkjjgncmpiggfnikllldlh
URL Ufficiale https://chromewebstore.google.com/detail/forever-pinned/nigigpmchbpkjjgncmpiggfnikllldlh
Descrizione Allows you to open a set of pinned tabs when chrome starts up
Dimensione del File 311 KB
Conteggio Installazioni 8,711
Versione Corrente 0.29
Ultimo Aggiornamento 2019-02-02
Data di Pubblicazione 2019-02-02
Valutazione 3.92/5 Totale 38 Valutazioni
Sviluppatore scottw.io
Tipo di Pagamento free
Sito Web dell'Estensione http://www.scottw.io
Lingue Supportate 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!"
    }
}