Tippy
Is the order a new tab page?
Tippyคืออะไร?
Tippy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shino และคุณลักษณะหลักของมันคือ "Is the order a new tab page?"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tippy
ดาวน์โหลดไฟล์ส่วนขยาย Tippy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tippy is an alternate new tab page for Google Chrome that pulls wonderful images from the top rankings of Pixiv to surprise and delight with every Cmd-T, or Ctrl-T if you're a plebeian. Tippy is fully responsive, written with five different preprocessors, and takes full advantage of vendor prefixes. It is guaranteed to increase market penetration for you and your significant others. Let's have cafe daydreams! Currently, Tippy requires that you be on the Chrome Dev Channel for certain features (recently closed tabs) to work. Sorry about that!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fnidfcjahafdlhkgghngnoknnbkmikme |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/tippy/fnidfcjahafdlhkgghngnoknnbkmikme |
คำอธิบาย | Is the order a new tab page? |
ขนาดไฟล์ | 2.76 MB |
จำนวนการติดตั้ง | 52 |
เวอร์ชันปัจจุบัน | 0.8.5 |
อัปเดตครั้งล่าสุด | 2015-06-01 |
วันที่เผยแพร่ | 2015-06-01 |
คะแนน | 4.83/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Shino |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tippy", "version": "0.8.5", "description": "Is the order a new tab page?", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" }, "short_name": "Tippy", "permissions": [ "sessions", "tabs", "http:\/\/localhost\/", "http:\/\/*\/*" ], "homepage_url": "https:\/\/github.com\/dastardlylemon\/tippy" } |