Random New Tab

Loads one random page out of a custom list each time you click New Tab.

Random New Tabคืออะไร?

Random New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jesse Hufstetler และคุณลักษณะหลักของมันคือ "Loads one random page out of a custom list each time you click New Tab."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Random New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The extension syncs between signed-in browsers.

You can enter either URLs or messages that you want to be displayed.

Probability is simple: if you increase the probability to five, it's as if you added the item to the list five times.

There's also a notes column that's helpful for identifying cryptic URLs.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Random New Tab Random New Tab
ID kfbabalfihbphpikodohlmklhlialhhh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/random-new-tab/kfbabalfihbphpikodohlmklhlialhhh
คำอธิบาย Loads one random page out of a custom list each time you click New Tab.
ขนาดไฟล์ 208 KB
จำนวนการติดตั้ง 163
เวอร์ชันปัจจุบัน 1.1.0.0
อัปเดตครั้งล่าสุด 2021-04-04
วันที่เผยแพร่ 2018-12-04
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Jesse Hufstetler
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "description": "Loads one random page out of a custom list each time you click New Tab.",
    "icons": {
        "16": "favicon16.png",
        "32": "favicon32.png",
        "48": "favicon48.png",
        "128": "favicon128.png"
    },
    "browser_action": [],
    "manifest_version": 2,
    "name": "Random New Tab",
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "version": "1.1.0.0"
}