Forever pinned
Allows you to open a set of pinned tabs when chrome starts up
Vad är Forever pinned?
Forever pinned är en Chrome-tillägg utvecklad av scottw.io, och dess huvudfunktion är "Allows you to open a set of pinned tabs when chrome starts up".
Tilläggsskärmbilder
Ladda ner Forever pinned-förlängningens CRX-fil
Ladda ner Forever pinned-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Forever pinned |
ID | nigigpmchbpkjjgncmpiggfnikllldlh |
Officiell webbadress | https://chromewebstore.google.com/detail/forever-pinned/nigigpmchbpkjjgncmpiggfnikllldlh |
Beskrivning | Allows you to open a set of pinned tabs when chrome starts up |
Filstorlek | 311 KB |
Antal Installationer | 8,711 |
Aktuell Version | 0.29 |
Senast Uppdaterad | 2019-02-02 |
Publiceringsdatum | 2019-02-02 |
Betyg | 3.92/5 Totalt 38 Betyg |
Utvecklare | scottw.io |
Betalningssätt | free |
Tilläggswebbplats | http://www.scottw.io |
Stödda Språk | 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!" } } |