Influence
Minimal Chrome new tab page replacement featuring a to-do list, weather information and tools to enhance your browsing experience.
Influenceคืออะไร?
Influence เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://petroskal.com และคุณลักษณะหลักของมันคือ "Minimal Chrome new tab page replacement featuring a to-do list, weather information and tools to enhance your browsing experience."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Influence
ดาวน์โหลดไฟล์ส่วนขยาย Influence ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Features:
• Clean minimal design
• Dark mode
• Stunning backgrounds
• To Do list
• Weather forecast
• Date & time
• Most visited links
• Full bookmarks list
• Recently added bookmarks
• Browsing history
• Download manager ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ehbacbnlkpdfkmgcmkpkaoeaoijpcihi |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/influence/ehbacbnlkpdfkmgcmkpkaoeaoijpcihi |
| คำอธิบาย | Minimal Chrome new tab page replacement featuring a to-do list, weather information and tools to enhance your browsing experience. |
| ขนาดไฟล์ | 14.81 MB |
| จำนวนการติดตั้ง | 233 |
| เวอร์ชันปัจจุบัน | 2.3 |
| อัปเดตครั้งล่าสุด | 2020-10-27 |
| วันที่เผยแพร่ | 2020-06-23 |
| คะแนน | 4.25/5 รวมทั้งหมด 4 คะแนน |
| ผู้พัฒนา | https://petroskal.com |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/kalpetros/influence |
| URL หน้าช่วยเหลือ | https://github.com/kalpetros/influence/issues |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Influence",
"description": "Minimal Chrome new tab page replacement featuring a to-do list, weather information and tools to enhance your browsing experience.",
"version": "2.3",
"author": "Petros Kalogiannakis",
"icons": {
"16": "16.png",
"32": "32.png",
"48": "48.png",
"128": "128.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"topSites",
"bookmarks",
"history",
"downloads",
"geolocation"
]
} | |