Open Tabs

When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket.

什麼是Open Tabs?

Open Tabs是由opentabs開發的Chrome擴展程式,該擴展的主要功能是“When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket.”。

擴展截圖

screenshot
screenshot
screenshot

下載Open Tabs擴展crx文件

下載Open Tabs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Easiest way to manage your open tabs in Chrome. When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket.                    

擴展基本資訊

名稱 Open Tabs Open Tabs
ID anffifgedjhloingebbhadnfengmbapm
官方網址 https://chromewebstore.google.com/detail/open-tabs/anffifgedjhloingebbhadnfengmbapm
簡介 When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket.
檔案大小 71.36 KB
安裝次數 109
目前版本 0.1.4
更新時間 2014-08-23
上架時間 2014-08-23
評分 4.29/5 共 7 次評分
開發者 opentabs
付費類型 free
擴展官網 https://twitter.com/myopentabs
說明頁面URL https://twitter.com/myopentabs
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open Tabs",
    "description": "When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket.",
    "version": "0.1.4",
    "incognito": "split",
    "icons": {
        "48": "opentabsfavicon48.ico",
        "128": "opentabsfavicon.ico"
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "opentabs.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "manifest_version": 2
}