Lock for Google Chrome™
Locks chrome after a chosen amount of time.
Lock for Google Chrome™คืออะไร?
Lock for Google Chrome™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย OGMdev และคุณลักษณะหลักของมันคือ "Locks chrome after a chosen amount of time."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lock for Google Chrome™
ดาวน์โหลดไฟล์ส่วนขยาย Lock for Google Chrome™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
User specifies the time in intervals of 1, 5, 10,...90 minutes until chrome locks the page. Also can edit this preference while the timer is running. 1). enter your password to unlock later. 2). Simply click on the lock icon to choose the time. 3). When the time is up a password authenticaton will popup 4). unlock with your pw.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Lock for Google Chrome™ |
ID | eplgjobanbeabmgflcnfgdhcbnailejp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/lock-for-google-chrome/eplgjobanbeabmgflcnfgdhcbnailejp |
คำอธิบาย | Locks chrome after a chosen amount of time. |
ขนาดไฟล์ | 16.27 KB |
จำนวนการติดตั้ง | 6,193 |
เวอร์ชันปัจจุบัน | 2.1 |
อัปเดตครั้งล่าสุด | 2013-04-18 |
วันที่เผยแพร่ | 2013-04-18 |
คะแนน | 3.02/5 รวมทั้งหมด 59 คะแนน |
ผู้พัฒนา | OGMdev |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "mLock.png", "default_title": "Lock page" }, "description": "Locks chrome after a chosen amount of time.", "icons": { "128": "mLock.png", "16": "mLock.png", "48": "mLock.png" }, "manifest_version": 2, "name": "Lock for Google Chrome\u2122", "permissions": [ "background" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.1" } |