Goggle

Does the regular Google logo bother you? Don't you wish it said something radically different? If so, then this is the extension…

ما هو Goggle؟

Goggle هو إضافة Chrome تم تطويرها بواسطة meepy314، والميزة الرئيسية لها هي "Does the regular Google logo bother you? Don't you wish it said something radically different? If so, then this is the extension…".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Goggle

قم بتنزيل ملفات الامتداد Goggle بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Does the regular Google logo bother you? Don't you wish it said something radically different? If so, then this is the extension for you! Just install the extension and click on the icon change the Google logo on that computer!                    

معلومات أساسية عن التمديد

الاسم Goggle Goggle
ID heklcfopgcknmiegnkeaoiaecamnhdlp
عنوان URL الرسمي https://chromewebstore.google.com/detail/goggle/heklcfopgcknmiegnkeaoiaecamnhdlp
الوصف Does the regular Google logo bother you? Don't you wish it said something radically different? If so, then this is the extension…
حجم الملف 28.28 KB
عدد التثبيتات 3,402
النسخة الحالية 1.1
آخر تحديث 2017-03-28
تاريخ النشر 2017-03-28
تقييم 3.00/5 مجموع تقييمات 10
المطور meepy314
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Goggle",
    "version": "1.1",
    "options_page": "options.html",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.google.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "ProductSans.ttf"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}