Second Home
You can regist another favorite web site as second home and open it with one click.
Second Homeคืออะไร?
Second Home เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Naoki Tanimura และคุณลักษณะหลักของมันคือ "You can regist another favorite web site as second home and open it with one click."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Second Home
ดาวน์โหลดไฟล์ส่วนขยาย Second Home ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Second Home browser extension provides you second home url besides home url. You can regist another favorite web site as second home and open it with one click. Second Home was developed by Naoki Tanimura. http://naokitanimura.wordpress.com/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | pmmemlnpjmfkcddknibchodllhnnidlp |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/second-home/pmmemlnpjmfkcddknibchodllhnnidlp |
คำอธิบาย | You can regist another favorite web site as second home and open it with one click. |
ขนาดไฟล์ | 24.58 KB |
จำนวนการติดตั้ง | 7,000 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2013-10-10 |
วันที่เผยแพร่ | 2013-10-10 |
คะแนน | 3.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Naoki Tanimura |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Second Home", "version": "1.0.0", "description": "You can regist another favorite web site as second home and open it with one click.", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon19.png", "default_title": "Second Home" }, "content_security_policy": "script-src 'self'; object-src 'self'", "background": { "page": "background.html" }, "options_page": "options.html", "permissions": [ "tabs" ] } |