Quotable

Displays random user-uploaded quotes on each blank 'new tab' HTML page.

Quotableคืออะไร?

Quotable เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Quotable และคุณลักษณะหลักของมันคือ "Displays random user-uploaded quotes on each blank 'new tab' HTML page."

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

screenshot

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

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

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

                        Quotable transforms the blank page of a new Chrome tab into your personal message board. Each new tab will display a quote randomly selected from your collection. You can use Quotable to help you memorize information, view inspirational messages, or display your favorite quotes. Add new quotes one at a time or upload them in bulk. You can even download your quotes from Quotable to save or use elsewhere as your collection grows.                    

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

ชื่อ Quotable Quotable
ID fljaohpdminegmhjohgejalhdkdcflhl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/quotable/fljaohpdminegmhjohgejalhdkdcflhl
คำอธิบาย Displays random user-uploaded quotes on each blank 'new tab' HTML page.
ขนาดไฟล์ 196 KB
จำนวนการติดตั้ง 44
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2019-06-16
วันที่เผยแพร่ 2019-06-16
คะแนน 4.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Quotable
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://blueberriesafterdark.com/quotable-faq/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quotable",
    "description": "Displays random user-uploaded quotes on each blank 'new tab' HTML page.",
    "version": "1.3",
    "incognito": "split",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "chrome_url_overrides": {
        "newtab": "quotable.html"
    },
    "manifest_version": 2
}