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 |
官方網址 | 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:\/\/*\/*" ] } |