Keep my Pinned Tab
Confirms when you try to close a pinned tab.
什麼是Keep my Pinned Tab?
Keep my Pinned Tab是由Cassiozen開發的Chrome擴展程式,該擴展的主要功能是“Confirms when you try to close a pinned tab.”。
擴展截圖
下載Keep my Pinned Tab擴展crx文件
下載Keep my Pinned Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Do you keep accidentally closing your pinned tabs? Do you hate yourself for this pesky behaviour? "Keep my Pinned Tab" is here to help, giving you a reminder every time you try to close a pinned tab. FAQ: ---- Q: I just installed and it didn't work!!! A: Only works with tabs pinned after you install the extension. You can unpin and pin again your existing tabs after installing. Source code: github.com/cassiozen/Keep-my-Pinned-Tab Icon credits: paomedia (github.com/paomedia/small-n-flat)
擴展基本資訊
名稱 | |
ID | dcebfccimkdnjbkibdmidghomhcodilp |
官方網址 | https://chrome.google.com/webstore/detail/keep-my-pinned-tab/dcebfccimkdnjbkibdmidghomhcodilp |
簡介 | Confirms when you try to close a pinned tab. |
檔案大小 | 14.05 KB |
安裝次數 | 747 |
目前版本 | 0.1.0 |
更新時間 | 2014-09-26 |
上架時間 | 2014-09-26 |
評分 | 2.37/5 共 30 次評分 |
開發者 | Cassiozen |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Keep my Pinned Tab", "version": "0.1.0", "manifest_version": 2, "description": "Confirms when you try to close a pinned tab.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "bg\/background.js" ], "persistent": true }, "permissions": [ "tabs", "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ] } |