Fetch!

Fetch a dog, anytime, anywhere!

Fetch!คืออะไร?

Fetch! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Patrick Cullings และคุณลักษณะหลักของมันคือ "Fetch a dog, anytime, anywhere!"

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

screenshot
screenshot
screenshot

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

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

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

                        'Fetch!' is a Chrome extension for everyone!  Stressed, sad, or even happy, 'Fetch!' has got your back.  On whichever website you're browsing, activate 'Fetch!' and you can fetch yourself a photo of a dog to display in your browser.  Get a dog from a random breed, or from one of the breeds offered in the dropdown.  Once you've had your fill, get back to your previous display by simply closing out of the image.

Note: Fetch! does not work in a "New Tab."  You must be in an actual webpage for Fetch! to function properly.                    

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

ชื่อ Fetch! Fetch!
ID jkanoaaphjgfmmlomnhplhnikdhehijg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fetch/jkanoaaphjgfmmlomnhplhnikdhehijg
คำอธิบาย Fetch a dog, anytime, anywhere!
ขนาดไฟล์ 106 KB
จำนวนการติดตั้ง 51
เวอร์ชันปัจจุบัน 0.0.0.3
อัปเดตครั้งล่าสุด 2018-02-25
วันที่เผยแพร่ 2018-02-24
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Patrick Cullings
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/pcullings/Fetch
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fetch!",
    "description": "Fetch a dog, anytime, anywhere!",
    "version": "0.0.0.3",
    "browser_action": {
        "default_icon": "content\/dog-icon.png",
        "default_popup": "popup.html",
        "default_title": "Fetch!"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}