Quotes

Simplistic quotes app for your Chrome browser.

Quotesคืออะไร?

Quotes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Balasubramani M และคุณลักษณะหลักของมันคือ "Simplistic quotes app for your Chrome browser."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Get a fruitful quote with a neat background colour in a minimalistic manner each moment when you open a new tab.

Progressive Web Extension, even works in offline. Use "space key" to generate new Quotes. Navigate to created Quotes using arrow keys.

Do support with your feedback and rating.                    

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

ชื่อ Quotes Quotes
ID dcjcipkkpjkpjifchkjoagdfmjjegehf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/quotes/dcjcipkkpjkpjifchkjoagdfmjjegehf
คำอธิบาย Simplistic quotes app for your Chrome browser.
ขนาดไฟล์ 324 KB
จำนวนการติดตั้ง 86
เวอร์ชันปัจจุบัน 2.2.0
อัปเดตครั้งล่าสุด 2018-10-11
วันที่เผยแพร่ 2018-10-11
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Balasubramani M
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://balsu.me/quotes
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quotes",
    "description": "Simplistic quotes app for your Chrome browser.",
    "version": "2.2.0",
    "author": "Balasubramani M",
    "offline_enabled": true,
    "browser_action": {
        "default_title": "Quotes",
        "default_icon": "src\/assets\/favicon.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "src\/assets\/favicon.png"
    },
    "permissions": [
        "activeTab"
    ]
}