Another Tab

Another Tab Chrome Extension

什麼是Another Tab?

Another Tab是由Dumb Sloth Development開發的Chrome擴展程式,該擴展的主要功能是“Another Tab Chrome Extension”。

擴展截圖

screenshot
screenshot

下載Another Tab擴展crx文件

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

擴展使用說明

                        An open source Chrome extension that shows your bookmarks when you open a new tab.  
Source code is available on GitHub: https://github.com/mmazzarolo/chrome-another-tab                    

擴展基本資訊

名稱 Another Tab Another Tab
ID oaaeanlgefipegfcbgpgnhhnpengdjld
官方網址 https://chromewebstore.google.com/detail/another-tab/oaaeanlgefipegfcbgpgnhhnpengdjld
簡介 Another Tab Chrome Extension
檔案大小 507 KB
安裝次數 75
目前版本 1.1.0
更新時間 2019-03-08
上架時間 2019-03-08
評分 5.00/5 共 4 次評分
開發者 Dumb Sloth Development
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/mmazzarolo/chrome-another-tab
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Another Tab",
    "description": "Another Tab Chrome Extension",
    "version": "1.1.0",
    "version_name": "1.1.0",
    "manifest_version": 2,
    "permissions": [
        "bookmarks",
        "chrome:\/\/favicon\/"
    ],
    "browser_action": {
        "default_title": "Another Tab",
        "default_icon": "icon48.png"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'; img-src chrome:\/\/favicon;"
}