Hello Tab

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

Hello Tabคืออะไร?

Hello Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hellotab.com และคุณลักษณะหลักของมันคือ "Hello Tab replaces your new tab page with random thoughts from others"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hello Tab

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    ]
}