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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
            ]
        }
    ]
}