AlphaQuotes Motivational Quotes New Tab

Inspiration every time you make a new tab. For hackers, designers, and those who build awesome things. For free. Forever.

AlphaQuotes Motivational Quotes New Tabคืออะไร?

AlphaQuotes Motivational Quotes New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://alphaquot.es และคุณลักษณะหลักของมันคือ "Inspiration every time you make a new tab. For hackers, designers, and those who build awesome things. For free. Forever."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Randomized inspirational quotes, beautiful typography, and Facebook-inspired design--you'll love it!                    

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

ชื่อ AlphaQuotes Motivational Quotes New Tab AlphaQuotes Motivational Quotes New Tab
ID gaghddbfclojcohafojiikebcepflpgb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/alphaquotes-motivational/gaghddbfclojcohafojiikebcepflpgb
คำอธิบาย Inspiration every time you make a new tab. For hackers, designers, and those who build awesome things. For free. Forever.
ขนาดไฟล์ 287 KB
จำนวนการติดตั้ง 245
เวอร์ชันปัจจุบัน 0.0.4
อัปเดตครั้งล่าสุด 2013-10-30
วันที่เผยแพร่ 2013-10-30
คะแนน 4.00/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา https://alphaquot.es
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://alphaquot.es/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AlphaQuotes Motivational Quotes New Tab",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "Inspiration every time you make a new tab.  For hackers, designers, and those who build awesome things.  For free.  Forever.",
    "homepage_url": "http:\/\/alphaquot.es\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "chrome_url_overrides": {
        "newtab": "src\/override\/override.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}