Taberang
Taberang lets you close a tab and have it automatically open again later. It's like Boomerang for your tabs!
什么是Taberang?
Taberang是由Nicky Hajal开发的Chrome扩展程序,该扩展的主要功能是“Taberang lets you close a tab and have it automatically open again later. It's like Boomerang for your tabs!”。
扩展截图
下载Taberang扩展crx文件
下载Taberang扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Taberang let's you close a tab and have it automatically open again later. It's like Boomerang for your tabs! v 0.1 === - Tell a tab to re-open in minutes, hours or days v 0.3 === - Re-opened tabs can open in background or foreground - Desktop notification on re-open (or not!) v 0.4 === - Restore scroll position v 0.5 === - Improves support for multiple/closed windows
扩展基本信息
名称 | |
ID | poejodidiefeblggimfehoamcdcgpgba |
官方URL | https://chromewebstore.google.com/detail/taberang/poejodidiefeblggimfehoamcdcgpgba |
简介 | Taberang lets you close a tab and have it automatically open again later. It's like Boomerang for your tabs! |
文件大小 | 171 KB |
安装次数 | 21 |
当前版本 | 0.5.1 |
更新时间 | 2014-01-05 |
上架时间 | 2014-01-04 |
评分 | 3.75/5 共4次评分 |
开发者 | Nicky Hajal |
付费类型 | free |
扩展官网 | http://nickyhajal.com |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Taberang", "version": "0.5.1", "manifest_version": 2, "description": "Taberang lets you close a tab and have it automatically open again later. It's like Boomerang for your tabs!", "icons": { "16": "icon16.png", "24": "icon24.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_title": "Taberang", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_scripts.js" ] } ], "permissions": [ "tabs", "storage", "notifications", "background", "http:\/\/*\/*", "https:\/\/*\/*" ] } |