Influence
Minimal Chrome new tab page replacement featuring a to-do list, weather information and tools to enhance your browsing experience.
什麼是Influence?
Influence是由https://petroskal.com開發的Chrome擴展程式,該擴展的主要功能是“Minimal Chrome new tab page replacement featuring a to-do list, weather information and tools to enhance your browsing experience.”。
擴展截圖
下載Influence擴展crx文件
下載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 |
| 官方網址 | 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"
]
} | |