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 |
官方網址 | 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 |
電子郵箱 | [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'" } |