Coder Quotes

Programming quotes will shows when you open every new tab in chrome

Coder Quotesคืออะไร?

Coder Quotes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://ajithvgiri.com และคุณลักษณะหลักของมันคือ "Programming quotes will shows when you open every new tab in chrome"

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

screenshot

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

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

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

                        Introducing Coder Quotes - .

Coder Quotes can define history, ideas and be crucial in our understanding of so many things - quotes is here to put programming quotes into one place. 

Coder quotes is your online library for programmer quotes.                    

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

ชื่อ Coder Quotes Coder Quotes
ID nebgecgefmfhhagfljmmjegmafkdihne
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/coder-quotes/nebgecgefmfhhagfljmmjegmafkdihne
คำอธิบาย Programming quotes will shows when you open every new tab in chrome
ขนาดไฟล์ 17.55 KB
จำนวนการติดตั้ง 48
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2018-11-17
วันที่เผยแพร่ 2018-11-17
คะแนน 5.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา http://ajithvgiri.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/ajithvgiri/coder_quotes
URL หน้าช่วยเหลือ https://github.com/ajithvgiri/coder_quotes
URL หน้านโยบายความเป็นส่วนตัว https://www.freeprivacypolicy.com/privacy/view/76930026cda91ac0386a5e843bd4c6ef
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Coder Quotes",
    "short_name": "coder quotes",
    "description": "Programming quotes will shows when you open every new tab in chrome",
    "version": "1.3",
    "author": "Ajith v Giri",
    "browser_action": {
        "default_title": "New Tab"
    },
    "chrome_url_overrides": {
        "newtab": "dashboard.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}