Pinned means Pinned!
Prevents closing of pinned tab.
What is Pinned means Pinned!?
Pinned means Pinned! is a Chrome extension developed by blueCmd, and its main feature is "Prevents closing of pinned tab.".
Download Pinned means Pinned! Extension CRX File
Download Pinned means 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
When a pinned tab is closed an identical tab is opened and replaces the current tab. Source: https://github.com/bluecmd/pinned-means-pinned Based on: https://github.com/cassiozen/Keep-my-Pinned-Tab
Extension Basic Information
Name | |
ID | pimlphlelaemjpnjibaacbcgfmccookn |
Official URL | https://chrome.google.com/webstore/detail/pinned-means-pinned/pimlphlelaemjpnjibaacbcgfmccookn |
Description | Prevents closing of pinned tab. |
File Size | 14.04 KB |
Installation Count | 207 |
Current Version | 1.1 |
Last Updated | 2015-04-28 |
Publish Date | 2015-04-28 |
Rating | 4.90/5 Total 10 Ratings |
Developer | blueCmd |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pinned means Pinned!", "version": "1.1", "manifest_version": 2, "description": "Prevents closing of pinned tab.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "bg\/background.js" ], "persistent": true }, "permissions": [ "tabs" ] } |