Forever pinned
Allows you to open a set of pinned tabs when chrome starts up
What is Forever pinned?
Forever pinned is a Chrome extension developed by scottw.io, and its main feature is "Allows you to open a set of pinned tabs when chrome starts up".
Extension Screenshots
Download Forever pinned Extension CRX File
Download Forever pinned 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
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
Extension Basic Information
Name | Forever pinned |
ID | nigigpmchbpkjjgncmpiggfnikllldlh |
Official URL | https://chromewebstore.google.com/detail/forever-pinned/nigigpmchbpkjjgncmpiggfnikllldlh |
Description | Allows you to open a set of pinned tabs when chrome starts up |
File Size | 311 KB |
Installation Count | 8,711 |
Current Version | 0.29 |
Last Updated | 2019-02-02 |
Publish Date | 2019-02-02 |
Rating | 3.92/5 Total 38 Ratings |
Developer | scottw.io |
Payment Type | free |
Extension Website | http://www.scottw.io |
Supported Languages | 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!" } } |