Keep my Pinned Tab
Confirms when you try to close a pinned tab.
Keep my Pinned Tab là gì?
Keep my Pinned Tab là một tiện ích mở rộng Chrome được phát triển bởi Cassiozen, và tính năng chính của nó là "Confirms when you try to close a pinned tab.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Keep my Pinned Tab
Tải xuống các tệp mở rộng Keep my Pinned Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | dcebfccimkdnjbkibdmidghomhcodilp |
URL Chính Thức | https://chrome.google.com/webstore/detail/keep-my-pinned-tab/dcebfccimkdnjbkibdmidghomhcodilp |
Mô tả | Confirms when you try to close a pinned tab. |
Kích Thước Tệp | 14.05 KB |
Số Lần Cài Đặt | 747 |
Phiên Bản Hiện Tại | 0.1.0 |
Cập Nhật Lần Cuối | 2014-09-26 |
Ngày Phát Hành | 2014-09-26 |
Đánh Giá | 2.37/5 Tổng số 30 Đánh Giá |
Nhà Phát Triển | Cassiozen |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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:\/\/*\/*" ] } |