Pinned means Pinned!
Prevents closing of pinned tab.
Wat is Pinned means Pinned!?
Pinned means Pinned! is een Chrome-extensie ontwikkeld door blueCmd, en de belangrijkste functie is "Prevents closing of pinned tab.".
Download het CRX-bestand van de extensie Pinned means Pinned!
Download Pinned means Pinned!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | pimlphlelaemjpnjibaacbcgfmccookn |
Officiële URL | https://chrome.google.com/webstore/detail/pinned-means-pinned/pimlphlelaemjpnjibaacbcgfmccookn |
Beschrijving | Prevents closing of pinned tab. |
Bestandsgrootte | 14.04 KB |
Aantal Installaties | 207 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2015-04-28 |
Publicatiedatum | 2015-04-28 |
Beoordeling | 4.90/5 Totaal 10 Beoordelingen |
Ontwikkelaar | blueCmd |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |