Hello Tab

Hello Tab replaces your new tab page with random thoughts from others

什麼是Hello Tab?

Hello Tab是由https://hellotab.com開發的Chrome擴展程式,該擴展的主要功能是“Hello Tab replaces your new tab page with random thoughts from others”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Hello Tab擴展crx文件

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

擴展使用說明

                        Use this chrome extension to anonymously share a thought or simply get inspired by others thoughts every time you open a new tab (cmd+T).

Share whatever is on your mind, as long as it's less than 200 characters.

Want to use more than one new-tab-extension at once? Check out "Cycle Tab" (http://cycletab.rocks) on the chrome store!                    

擴展基本資訊

名稱 Hello Tab Hello Tab
ID nimdmcfjenibfldkceoegchnicmfagfb
官方網址 https://chromewebstore.google.com/detail/hello-tab/nimdmcfjenibfldkceoegchnicmfagfb
簡介 Hello Tab replaces your new tab page with random thoughts from others
檔案大小 124 KB
安裝次數 434
目前版本 1.3.6
更新時間 2015-09-27
上架時間 2015-09-27
評分 4.60/5 共 20 次評分
開發者 https://hellotab.com
付費類型 free
擴展官網 https://hellotab.com
說明頁面URL https://hellotab.com#faq
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hello Tab",
    "description": "Hello Tab replaces your new tab page with random thoughts from others",
    "version": "1.3.6",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon128.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/hellotab.com\/*"
            ],
            "js": [
                "js\/content_script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "newtab.html"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "https:\/\/hellotab.com\/",
        "storage"
    ]
}