SPO View It

Force SharePoint Online to Reading View

什麼是SPO View It?

SPO View It是由jftuga開發的Chrome擴展程式,該擴展的主要功能是“Force SharePoint Online to Reading View”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 SPO View It SPO View It
ID omljlibfjloccmdmmlpcnlijjneabhjm
官方網址 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
}