Puts Inbox Reminder on Top
I say, it puts Inbox reminder on top
Puts Inbox Reminder on Topคืออะไร?
Puts Inbox Reminder on Top เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ATG และคุณลักษณะหลักของมันคือ "I say, it puts Inbox reminder on top"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Puts Inbox Reminder on Top
ดาวน์โหลดไฟล์ส่วนขยาย Puts Inbox Reminder on Top ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Reminders. What are they for? We've forgotten, because we can't find the reminder. Why is hiding down there, Google? Why? Reminders should be on the top! So we put them there. ATG - Fixing Google. Again.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cmpmpgdmbajbcpclambbkfhkgdnifbpf |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/puts-inbox-reminder-on-to/cmpmpgdmbajbcpclambbkfhkgdnifbpf |
คำอธิบาย | I say, it puts Inbox reminder on top |
ขนาดไฟล์ | 86.04 KB |
จำนวนการติดตั้ง | 23 |
เวอร์ชันปัจจุบัน | 1.13 |
อัปเดตครั้งล่าสุด | 2015-08-31 |
วันที่เผยแพร่ | 2015-08-31 |
คะแนน | 2.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | ATG |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Puts Inbox Reminder on Top", "description": "I say, it puts Inbox reminder on top", "version": "1.13", "page_action": { "default_title": "Change Order", "default_icon": "icon.png" }, "icons": { "128": "on-top-icon.png" }, "content_scripts": [ { "js": [ "jquery.js", "background.js" ], "matches": [ "https:\/\/inbox.google.com\/*" ], "run_at": "document_end", "all_frames": true } ], "manifest_version": 2 } |