Socrate Dog

A dog extension

Socrate Dogคืออะไร?

Socrate Dog เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dave8212 และคุณลักษณะหลักของมันคือ "A dog extension"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Every time opening a new tab, you would see something that makes your heart melt: a cute puppy doing silly things. 

Socrate Dog is a hobby project aiming to make your day a little bit happier and funnier. It's believed that instead of surfing on FB and looking at endless pictures of fancy parties, clother...laughing at cute dogs make us more happy.

Here's my source code, feel free to check: https://github.com/t-rekttt/socratedog_extension

If you have any idea to make Socrate dog better, feel free to drop me an email to: [email protected]
-----
A few of you may experience an error that the bookmark toolbar disappear after installing. Just use:
For Window: Press Ctrl + Shift + b. 
For Mac: Press ⌘ + Shift + b
-----
All images were collected from the Internet.  I tried to give credit to images that I know the author. 

If you are the author of images and against their use in this extension, let us know and we will remove your image/images from our extension.

This is a free extension and I just make it cause I believe it can make some people's day a little happier.                    

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

ชื่อ Socrate Dog Socrate Dog
ID mipbmpabbcogkiipalcpdedhbpmkcagn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/socrate-dog/mipbmpabbcogkiipalcpdedhbpmkcagn
คำอธิบาย A dog extension
ขนาดไฟล์ 173 KB
จำนวนการติดตั้ง 10
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2019-08-23
วันที่เผยแพร่ 2019-08-23
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Dave8212
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Socrate Dog",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "A dog extension",
    "homepage_url": "https:\/\/socratedog.saturdaycode.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "chrome_url_overrides": {
        "newtab": "src\/override\/override.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; img-src chrome:\/\/favicon https:\/\/*.tenor.com data: https:\/\/*.thao.pw;",
    "permissions": [
        "topSites",
        "chrome:\/\/favicon\/",
        "storage",
        "unlimitedStorage"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    }
}