Pinned means Pinned!
Prevents closing of pinned tab.
Co to jest Pinned means Pinned!?
Pinned means Pinned! to rozszerzenie Chrome opracowane przez blueCmd, a jego główną funkcją jest „Prevents closing of pinned tab.”.
Pobierz plik CRX rozszerzenia Pinned means Pinned!
Pobierz pliki rozszerzeń Pinned means Pinned! w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | pimlphlelaemjpnjibaacbcgfmccookn |
Oficjalny URL | https://chrome.google.com/webstore/detail/pinned-means-pinned/pimlphlelaemjpnjibaacbcgfmccookn |
Opis | Prevents closing of pinned tab. |
Rozmiar pliku | 14.04 KB |
Liczba instalacji | 207 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2015-04-28 |
Data Publikacji | 2015-04-28 |
Ocena | 4.90/5 Łącznie 10 Oceny |
Deweloper | blueCmd |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |