Tab Critter
Tab Critter loves to eat your tabs. But only the old ones you just forgot to close.
什么是Tab Critter?
Tab Critter是由http://www.cilb.de开发的Chrome扩展程序,该扩展的主要功能是“Tab Critter loves to eat your tabs. But only the old ones you just forgot to close.”。
扩展截图
下载Tab Critter扩展crx文件
下载Tab Critter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | bfnbghcpjkfcellgnnebbicnjhcclege |
官方URL | https://chrome.google.com/webstore/detail/tab-critter/bfnbghcpjkfcellgnnebbicnjhcclege |
简介 | Tab Critter loves to eat your tabs. But only the old ones you just forgot to close. |
文件大小 | 17.21 KB |
安装次数 | 2,000 |
当前版本 | 1.0.3 |
更新时间 | 2015-09-04 |
上架时间 | 2015-09-04 |
评分 | 5.00/5 共2次评分 |
开发者 | http://www.cilb.de |
付费类型 | free |
支持的语言 | 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" } |