Pinned means Pinned!
Prevents closing of pinned tab.
什麼是Pinned means Pinned!?
Pinned means Pinned!是由blueCmd開發的Chrome擴展程式,該擴展的主要功能是“Prevents closing of pinned tab.”。
下載Pinned means Pinned!擴展crx文件
下載Pinned means Pinned!擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | |
ID | pimlphlelaemjpnjibaacbcgfmccookn |
官方網址 | https://chrome.google.com/webstore/detail/pinned-means-pinned/pimlphlelaemjpnjibaacbcgfmccookn |
簡介 | Prevents closing of pinned tab. |
檔案大小 | 14.04 KB |
安裝次數 | 207 |
目前版本 | 1.1 |
更新時間 | 2015-04-28 |
上架時間 | 2015-04-28 |
評分 | 4.90/5 共 10 次評分 |
開發者 | blueCmd |
付費類型 | free |
支援的語言 | 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" ] } |