SPO View It
Force SharePoint Online to Reading View
What is SPO View It?
SPO View It is a Chrome extension developed by jftuga, and its main feature is "Force SharePoint Online to Reading View".
Extension Screenshots
Download SPO View It Extension CRX File
Download SPO View It extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | SPO View It |
ID | omljlibfjloccmdmmlpcnlijjneabhjm |
Official URL | https://chromewebstore.google.com/detail/spo-view-it/omljlibfjloccmdmmlpcnlijjneabhjm |
Description | Force SharePoint Online to Reading View |
File Size | 20.56 KB |
Installation Count | 1,605 |
Current Version | 1.1 |
Last Updated | 2020-07-09 |
Publish Date | 2018-06-01 |
Rating | 5.00/5 Total 3 Ratings |
Developer | jftuga |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/jftuga/spo_view_it |
Supported Languages | 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 } |