GIPHY - New GIF on every new tab

Personal and new GIF every time you open a new tab.

GIPHY - New GIF on every new tabคืออะไร?

GIPHY - New GIF on every new tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tobbelindstrom.com และคุณลักษณะหลักของมันคือ "Personal and new GIF every time you open a new tab."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GIPHY - New GIF on every new tab

ดาวน์โหลดไฟล์ส่วนขยาย GIPHY - New GIF on every new tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Replaces your new tab screen with a personal search query of GIFs. 

The search query is saved between tabs, so open your new tabs and enjoy the GIFs.

The initial search query is "kitten". Why? Because everyone loves kittens.

Using GIPHY api to request the GIFs.                    

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

ชื่อ GIPHY - New GIF on every new tab GIPHY - New GIF on every new tab
ID kgklkljgojpgimcnmcbliciinihjnfgf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/giphy-new-gif-on-every-ne/kgklkljgojpgimcnmcbliciinihjnfgf
คำอธิบาย Personal and new GIF every time you open a new tab.
ขนาดไฟล์ 201 KB
จำนวนการติดตั้ง 75
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2020-10-08
วันที่เผยแพร่ 2020-03-27
ผู้พัฒนา https://tobbelindstrom.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/gunnarx2/chrome-extension-giphy/
URL หน้าช่วยเหลือ https://github.com/gunnarx2/chrome-extension-giphy/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GIPHY - New GIF on every new tab",
    "description": "Personal and new GIF every time you open a new tab.",
    "version": "2.0.0",
    "manifest_version": 2,
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "minimum_chrome_version": "54"
}