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 |
| 公式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 |
| Eメール | [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"
]
} | |