Pigeon
The messenger pigeon for your favorite sources.
Pigeonคืออะไร?
Pigeon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ffstudios1 และคุณลักษณะหลักของมันคือ "The messenger pigeon for your favorite sources."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pigeon
ดาวน์โหลดไฟล์ส่วนขยาย Pigeon ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Pigeon is the new way to get your news fix. Every new tab will present you with a gorgeous picture and a quote/headline from a source of your choosing. When something catches your eye, hit check it out and off and away! You are reading in on this sweet sweet article. Let Pigeon take your new tab game to the next level.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ffmghjjkglnclocijfebfhciooaaklog |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/pigeon/ffmghjjkglnclocijfebfhciooaaklog |
คำอธิบาย | The messenger pigeon for your favorite sources. |
ขนาดไฟล์ | 15.8 KB |
จำนวนการติดตั้ง | 26 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2016-12-21 |
วันที่เผยแพร่ | 2016-12-21 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | ffstudios1 |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://dave4506.github.io/pigeon/ |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pigeon", "author": "Download Horizons", "description": "The messenger pigeon for your favorite sources.", "version": "1.1", "content_security_policy": "script-src 'self'; object-src 'self'", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "browser_action": { "default_icon": "icons\/icon.png" } } |