Office redirector

Changes links to office files to URI format which allows these files to be opened directly from the web or SharePoint.

什么是Office redirector?

Office redirector是由officeredirector开发的Chrome扩展程序,该扩展的主要功能是“Changes links to office files to URI format which allows these files to be opened directly from the web or SharePoint.”。

扩展截图

screenshot
screenshot

下载Office redirector扩展crx文件

下载Office redirector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Allows office files to be opened directly from the web or older SharePoint versions by changing links to URI format. (SharePoint 2016 does this automatically). 

Supports:
  Powerpoint files (.ppt, .pptx, .pptm)
  Word files (.doc, .docx)
  Excel files (.xls, .xlsx)
  Visio files (.vsd, .vsdx, .vsdm)

How to use:
  After plugin is installed, you'll need to add your legacy sharepoint site urls to the list of sites by clicking on a plugin icon.

Version history:
  0.6: Visio files support added.
  0.7: Bug with loss of configuration upon browser restart is fixed.
  0.8: Removed unneeded permission and got rid of underscore.js
  0.9: Preparing to migrate to manifest v3

Based on [Chrome redirects extension](https://chrome.google.com/webstore/detail/switcheroo-redirector/cnmciclhnghalnpfhhleggldniplelbg?hl=en).                    

扩展基本信息

名称 Office redirector Office redirector
ID kkjlehpaghmppmkfihgiejaaapgkinai
官方URL https://chromewebstore.google.com/detail/office-redirector/kkjlehpaghmppmkfihgiejaaapgkinai
简介 Changes links to office files to URI format which allows these files to be opened directly from the web or SharePoint.
文件大小 66.96 KB
安装次数 544
当前版本 0.9
更新时间 2022-08-24
上架时间 2018-11-22
评分 5.00/5 共5次评分
开发者 officeredirector
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/imsh/OfficeRedirector
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Office redirector",
    "version": "0.9",
    "manifest_version": 2,
    "description": "Changes links to office files to URI format which allows these files to be opened directly from the web or SharePoint.",
    "browser_action": {
        "default_icon": "Office_redirector_16.png",
        "default_title": "Office redirector",
        "default_popup": "officeredirector.html"
    },
    "icons": {
        "16": "Office_redirector_16.png",
        "48": "Office_redirector_48.png",
        "128": "Office_redirector_128.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "storage"
    ],
    "background": {
        "scripts": [
            "RulesService.js",
            "RuleMatcher.js",
            "background.js"
        ]
    }
}