Compact View
3rd Party Style Script for Microsoft Outlook in Office365 to create a more compact view.
什么是Compact View?
Compact View是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“3rd Party Style Script for Microsoft Outlook in Office365 to create a more compact view.”。
扩展截图
下载Compact View扩展crx文件
下载Compact View扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is a custom style that provides a compact view for outlook office365. The style will reduce whitespace, and borders, icons to maximize your workspace. This compact view works on: http[s]://outlook.office.com http[s]://outlook.office365.com Limited adjustments on Hotmail/Live.com http[s]://outlook.live.com
扩展基本信息
名称 | Compact View |
ID | npdfmcdicjcimlknokcglcobjbckkmkh |
官方URL | https://chromewebstore.google.com/detail/compact-view/npdfmcdicjcimlknokcglcobjbckkmkh |
简介 | 3rd Party Style Script for Microsoft Outlook in Office365 to create a more compact view. |
文件大小 | 99.26 KB |
安装次数 | 466 |
当前版本 | 1.1.0 |
更新时间 | 2017-10-13 |
上架时间 | 2017-10-12 |
评分 | 3.17/5 共6次评分 |
开发者 | Unknown |
付费类型 | free |
扩展官网 | https://github.com/shadowbq/office365_compact_view_chrome_extension |
帮助页面URL | https://github.com/shadowbq/office365_compact_view_chrome_extension/issues |
支持的语言 | en-US |
manifest.json | |
{ "manifest_version": 2, "minimum_chrome_version": "6.0", "author": "shadowbq", "content_scripts": [ { "css": [ "css\/compact.css" ], "matches": [ "https:\/\/outlook.live.com\/*", "https:\/\/outlook.live.com\/*", "https:\/\/outlook.office.com\/*", "http:\/\/outlook.office.com\/*", "https:\/\/outlook.office365.com\/*", "http:\/\/outlook.office365.com\/*" ], "run_at": "document_start" } ], "options_page": "options.html", "description": "3rd Party Style Script for Microsoft Outlook in Office365 to create a more compact view.", "name": "Compact View", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/npdfmcdicjcimlknokcglcobjbckkmkh", "short_name": "CompactView", "version": "1.1.0", "icons": { "128": "icon\/128.png", "16": "icon\/16.png", "32": "icon\/32.png", "64": "icon\/64.png" } } |