https://github.com/ccnmtl/mediathread-safari
Safari extension for importing assets to Mediathread
https://github.com/ccnmtl/mediathread-safari
mediathread safari-extension
Last synced: 6 days ago
JSON representation
Safari extension for importing assets to Mediathread
- Host: GitHub
- URL: https://github.com/ccnmtl/mediathread-safari
- Owner: ccnmtl
- Created: 2015-11-23T21:17:16.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-03-01T15:22:56.000Z (almost 4 years ago)
- Last Synced: 2024-12-24T07:44:31.721Z (about 2 months ago)
- Topics: mediathread, safari-extension
- Language: JavaScript
- Homepage: https://safari-extensions.apple.com/details/?id=edu.columbia.safari.mediathread-N4GV9R3SDD
- Size: 988 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
Awesome Lists containing this project
README
# mediathread-safari
[![Actions Status](https://github.com/ccnmtl/mediathread-safari/workflows/build-and-test/badge.svg)](https://github.com/ccnmtl/mediathread-safari/actions)
Safari extension for importing assets to Mediathread.
## Development notes
If you're unfamiliar with Safari Extensions, skim through [Using Extension Builder](https://developer.apple.com/library/content/documentation/Tools/Conceptual/SafariExtensionGuide/UsingExtensionBuilder/UsingExtensionBuilder.html). Basically, every time you open Safari to work on this extension you'll click on Develop -> Show Extension Builder.
### Release Checklist
* Update ChangeLog
* Increment version number in Safari's extension builder
* Make `Mediathread.safariextz` in the Safari extension builder. This is done with the "Build Package..." button.
* Make a new release on GitHub and attach the `Mediathread.safariextz` file.
* Go to the Safari extension submission page here:
https://developer.apple.com/safari/extensions/submission/
You'll need to fill out this form with each release:
* Download URL: Link to `Mediathread.safariextz` in the github release
* Category: Photos / Other
* Feature: Toolbar Button
* Icon: Attach the `assets/mt_logo_256.png` file from this repository.
* Screenshot: Attach the `assets/screenshot.png` file from this repository.