Webapps
Extension with quick links to selected websites.
Webappsคืออะไร?
Webapps เป็นส่วนขยายของ Chrome ที่พัฒนาโดย martenicijuliart และคุณลักษณะหลักของมันคือ "Extension with quick links to selected websites."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Webapps
ดาวน์โหลดไฟล์ส่วนขยาย Webapps ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Quick links to popular websites. Rearrange the icons in the order you like. Just press the icon, drag it to the new location and drop it. All product names, logos, and brands are property of their respective owners. All copyrights belong to their respective owners.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Webapps |
ID | fifipfjcpdakpdomdhekagpcngdblbba |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/webapps/fifipfjcpdakpdomdhekagpcngdblbba |
คำอธิบาย | Extension with quick links to selected websites. |
ขนาดไฟล์ | 198 KB |
จำนวนการติดตั้ง | 8,025 |
เวอร์ชันปัจจุบัน | 1.4 |
อัปเดตครั้งล่าสุด | 2018-11-28 |
วันที่เผยแพร่ | 2018-11-27 |
คะแนน | 3.85/5 รวมทั้งหมด 246 คะแนน |
ผู้พัฒนา | martenicijuliart |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://chrome-apps.blogspot.de/2015/05/new-chrome-webstore-app-with-quick-links.html |
URL หน้าช่วยเหลือ | http://chrome-apps.blogspot.de/2015/05/new-chrome-webstore-app-with-quick-links.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_application_title__", "description": "__MSG_application_description__", "default_locale": "en", "version": "1.4", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "background": { "scripts": [ "eventPage.js" ] }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "img\/*.png" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |