Tab Critter
Tab Critter loves to eat your tabs. But only the old ones you just forgot to close.
Tab Critter là gì?
Tab Critter là một tiện ích mở rộng Chrome được phát triển bởi http://www.cilb.de, và tính năng chính của nó là "Tab Critter loves to eat your tabs. But only the old ones you just forgot to close.".
Ả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 Tab Critter
Tải xuống các tệp mở rộng Tab Critter 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
Tab Critter loves to eat your tabs. But only the old ones you just forgot to close. If a tab has not been used for some time it will automatically close. That makes Chrome free some memory and your PC run faster.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bfnbghcpjkfcellgnnebbicnjhcclege |
URL Chính Thức | https://chrome.google.com/webstore/detail/tab-critter/bfnbghcpjkfcellgnnebbicnjhcclege |
Mô tả | Tab Critter loves to eat your tabs. But only the old ones you just forgot to close. |
Kích Thước Tệp | 17.21 KB |
Số Lần Cài Đặt | 2,000 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2015-09-04 |
Ngày Phát Hành | 2015-09-04 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | http://www.cilb.de |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Critter", "description": "Tab Critter loves to eat your tabs. But only the old ones you just forgot to close.", "version": "1.0.3", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "storage" ], "homepage_url": "http:\/\/www.cilb.de" } |