TabIt - G Keep : Productivity in Access
Provides quick access to Google Keep - right in browser action pop-up
TabIt - G Keep : Productivity in Accessคืออะไร?
TabIt - G Keep : Productivity in Access เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TabIt และคุณลักษณะหลักของมันคือ "Provides quick access to Google Keep - right in browser action pop-up"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TabIt - G Keep : Productivity in Access
ดาวน์โหลดไฟล์ส่วนขยาย TabIt - G Keep : Productivity in Access ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension provides a quick access to Google Keep website. It opens as a pop-up window by clicking on the icon of the extension.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | TabIt - G Keep : Productivity in Access |
ID | mlgblhjjbecaeiocopmpceegpdeflmke |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tabit-g-keep-productivity/mlgblhjjbecaeiocopmpceegpdeflmke |
คำอธิบาย | Provides quick access to Google Keep - right in browser action pop-up |
ขนาดไฟล์ | 65.61 KB |
จำนวนการติดตั้ง | 889 |
เวอร์ชันปัจจุบัน | 1.4.1 |
อัปเดตครั้งล่าสุด | 2021-09-17 |
วันที่เผยแพร่ | 2018-12-20 |
คะแนน | 3.36/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | TabIt |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "short_name": "TabIt - G Keep", "name": "TabIt - G Keep : Productivity in Access", "version": "1.4.1", "description": "Provides quick access to Google Keep - right in browser action pop-up", "icons": { "512": "images\/logo512.png", "128": "images\/logo128.png", "48": "images\/logo48.png" }, "background": { "scripts": [ "bg.js" ] }, "browser_action": { "default_icon": { "512": "images\/logo512.png", "128": "images\/logo128.png", "48": "images\/logo48.png" }, "default_title": "TabIt - G Keep", "default_popup": "popup.html" }, "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/keep.google.com\/*", "notifications", "management" ] } |