Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stockbal/msofficelink-ext
A Chrome extension for handling MS Office document links
https://github.com/stockbal/msofficelink-ext
chrome-extension msoffice
Last synced: 11 days ago
JSON representation
A Chrome extension for handling MS Office document links
- Host: GitHub
- URL: https://github.com/stockbal/msofficelink-ext
- Owner: stockbal
- Created: 2018-08-12T22:10:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T19:59:42.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T02:44:01.041Z (27 days ago)
- Topics: chrome-extension, msoffice
- Language: JavaScript
- Size: 4.2 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# msofficelink-ext
###### _Version 1.3.1_> Chrome Extension to handle MS Office Document links
## Features
- Enables several options for MS Office Document Links (Word, Excel and Powerpoint)
- Searchable History for opened/handled documents
- Create Favorites
- Overwrite the default action upon link click
- Copy the link to the clipboard
- the original link (WOPI-Frame is removed)
- open Excel in Read-Only/Edit mode
- open Online
- Whitelist/Blacklist feature to activate/deactivate MS Doc Link on certain pages
**Note**: This concerns only the following features
- concrete MS Office Link action (apart from Original)
- creating a history entry upon clicking on an MS Office Document Link## Build Setup
``` bash
# install dependencies
npm install# serve the chrome extension with automatic page reload upon detecting changes
npm run dev# build for production with minification
npm run build```