Inbox Reborn theme for Gmail™
Adds features like reminders, email bundling and Inbox's minimalistic style to Gmail™
什麼是Inbox Reborn theme for Gmail™?
Inbox Reborn theme for Gmail™是由blackmirrorstudiollc開發的Chrome擴展程式,該擴展的主要功能是“Adds features like reminders, email bundling and Inbox's minimalistic style to Gmail™”。
擴展截圖
下載Inbox Reborn theme for Gmail™擴展crx文件
下載Inbox Reborn theme for Gmail™擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
ABOUT _________________________________________________________ Inbox Reborn theme for Gmail™ is an extension created by multiple developers all over the world wanting to bring back the look and feel of Google Inbox. This extension was created to keep those amazing features alive through simplistic code to beatify Gmail™. PRIVACY POLICY _________________________________________________________ Inbox Reborn theme for Gmail™ has no ads, no analytics, no trackers, no cookies, and does not send or receive personal information from this extension. All our code is open source which can be viewed on our GitHub (https://github.com/team-inbox/inbox-reborn) HAVE FEEDBACK OR QUESTIONS? _________________________________________________________ If you have any issues with this extension or see bugs or features you would like us to add please post on our GitHub page (https://github.com/team-inbox/inbox-reborn/issues)
擴展基本資訊
名稱 | Inbox Reborn theme for Gmail™ |
ID | bkphmihkdbdgedlaflnkhnmnmibffomf |
官方網址 | https://chromewebstore.google.com/detail/inbox-reborn-theme-for-gm/bkphmihkdbdgedlaflnkhnmnmibffomf |
簡介 | Adds features like reminders, email bundling and Inbox's minimalistic style to Gmail™ |
檔案大小 | 1.14 MB |
安裝次數 | 639 |
目前版本 | 0.5.9.30 |
更新時間 | 2024-02-16 |
上架時間 | 2021-04-24 |
評分 | 4.94/5 共 16 次評分 |
開發者 | blackmirrorstudiollc |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://teaminbox.dev/ |
說明頁面URL | https://github.com/team-inbox/inbox-reborn/issues |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Inbox Reborn theme for Gmail\u2122", "version": "0.5.9.30", "manifest_version": 2, "description": "Adds features like reminders, email bundling and Inbox's minimalistic style to Gmail\u2122", "homepage_url": "https:\/\/github.com\/team-inbox\/inbox-reborn", "browser_specific_settings": { "gecko": { "id": "[email protected]" } }, "browser_action": { "default_popup": "src\/options\/options.html" }, "options_ui": { "page": "src\/options\/options.html", "open_in_tab": false }, "background": { "scripts": [ "src\/background.js" ], "persistent": false }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "css": [ "src\/style.css" ], "js": [ "src\/script.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ "images\/*" ] } |