Libup - Beautiful and practical start page
The most beautiful home pages for your chrome browser. Impressive backgrounds by thousands
Libup - Beautiful and practical start pageคืออะไร?
Libup - Beautiful and practical start page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.libup.com และคุณลักษณะหลักของมันคือ "The most beautiful home pages for your chrome browser. Impressive backgrounds by thousands"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Libup - Beautiful and practical start page
ดาวน์โหลดไฟล์ส่วนขยาย Libup - Beautiful and practical start page ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The most beautiful photos for your homepage and new tab on your chrome browser. Impressive backgrounds by the thousands. Discover each time you open chrome the most beautifully selected wallpapers. All with your favorite search engine.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Libup - Beautiful and practical start page |
ID | pibghepfgcgeaofkajookhffcfbcagcd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/libup-beautiful-and-pract/pibghepfgcgeaofkajookhffcfbcagcd |
คำอธิบาย | The most beautiful home pages for your chrome browser. Impressive backgrounds by thousands |
ขนาดไฟล์ | 13.02 KB |
จำนวนการติดตั้ง | 26 |
เวอร์ชันปัจจุบัน | 1.4 |
อัปเดตครั้งล่าสุด | 2017-02-28 |
วันที่เผยแพร่ | 2017-02-28 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://www.libup.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.libup.com/ |
ภาษาที่รองรับ | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "short_name": "Libup", "description": "__MSG_extDescription__", "manifest_version": 2, "version": "1.4", "default_locale": "en", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "browser_action": { "default_icon": "16.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "chrome_url_overrides": { "newtab": "newtab.html" }, "homepage_url": "http:\/\/www.libup.com\/home" } |