SPO View It
Force SharePoint Online to Reading View
什么是SPO View It?
SPO View It是由jftuga开发的Chrome扩展程序,该扩展的主要功能是“Force SharePoint Online to Reading View”。
扩展截图
下载SPO View It扩展crx文件
下载SPO View It扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
SharePoint Online View It
Sometimes SharePoint Online defaults to opening a Word or Excel document in the Editing View instead of the preferred Reading View. This extension forces Reading View. 扩展基本信息
| 名称 | |
| ID | omljlibfjloccmdmmlpcnlijjneabhjm |
| 官方URL | https://chromewebstore.google.com/detail/spo-view-it/omljlibfjloccmdmmlpcnlijjneabhjm |
| 简介 | Force SharePoint Online to Reading View |
| 文件大小 | 20.56 KB |
| 安装次数 | 1,605 |
| 当前版本 | 1.1 |
| 更新时间 | 2020-07-09 |
| 上架时间 | 2018-06-01 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | jftuga |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/jftuga/spo_view_it |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "SPO View It",
"version": "1.1",
"description": "Force SharePoint Online to Reading View",
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"webRequest",
"webRequestBlocking",
"https:\/\/*.sharepoint.com\/*"
],
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"manifest_version": 2
} | |