New Tab Random Quote

Override the 'new tab' page to randomly shows 1 of 1,000 interesting/inspiring quotes, or update it with your own.

New Tab Random Quoteคืออะไร?

New Tab Random Quote เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gabrielkrieshok.com และคุณลักษณะหลักของมันคือ "Override the 'new tab' page to randomly shows 1 of 1,000 interesting/inspiring quotes, or update it with your own."

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

screenshot
screenshot
screenshot

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

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

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

                        Lets you replace the default 'new tab' screen with a randomly-selected quotation / thought / reminder of your own. The settings page allows you to add/remove quotations, as well as well as importing/exporting in bulk.                    

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

ชื่อ New Tab Random Quote New Tab Random Quote
ID ajdmjnkmegnofepbbkaaklfopjgdocfl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/new-tab-random-quote/ajdmjnkmegnofepbbkaaklfopjgdocfl
คำอธิบาย Override the 'new tab' page to randomly shows 1 of 1,000 interesting/inspiring quotes, or update it with your own.
ขนาดไฟล์ 596 KB
จำนวนการติดตั้ง 65
เวอร์ชันปัจจุบัน 2.3
อัปเดตครั้งล่าสุด 2020-08-24
วันที่เผยแพร่ 2020-06-28
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://gabrielkrieshok.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://gabrielkrieshok.com
URL หน้าช่วยเหลือ http://gabrielkrieshok.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "New Tab Random Quote",
    "version": "2.3",
    "description": "Override the 'new tab' page to randomly shows 1 of 1,000 interesting\/inspiring quotes, or update it with your own.",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "author": "Gabriel Krieshok",
    "chrome_url_overrides": {
        "newtab": "quote.html"
    },
    "options_page": "index.html",
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "quotelist.json"
    ]
}