listy.email
listy.email new tab
listy.emailとは何ですか?
listy.emailはListy.emailによって開発されたChromeの拡張機能で、その主な機能は「listy.email new tab」です。
拡張機能のスクリーンショット
listy.email拡張機能のCRXファイルをダウンロード
listy.email拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This free extension enhances your new tab page by providing: 1.Shortcuts to popular email providers (Gmail, Hotmail, YMail & AOL Mail) 2. Shortcuts to top sites including Facebook, Youtube & Amazon.. 3. Easy access to Yahoo Search via the search box. 4. Clock in the upper right hand corner. It's free to try so go ahead and try it!
拡張機能の基本情報
名前 | listy.email |
ID | aoekkpoenkmdemcheddbmclndonmiplc |
公式URL | https://chromewebstore.google.com/detail/listyemail/aoekkpoenkmdemcheddbmclndonmiplc |
説明 | listy.email new tab |
ファイルサイズ | 41.33 KB |
インストール数 | 730 |
現在のバージョン | 1.0.0 |
最終更新日 | 2021-03-04 |
公開日 | 2021-03-04 |
開発者 | Listy.email |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://listy.email |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "listy.email", "short_name": "listy.email", "description": "listy.email new tab", "version": "1.0.0", "version_name": "1.0.0", "icons": { "16": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "offline_enabled": true, "permissions": [ "chrome:\/\/favicon\/" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |