https://github.com/omrilotan/apparatus
Apparatus is an open source bookmark and collaboration tool for Chrome browser.
https://github.com/omrilotan/apparatus
chrome-extension collaboration spreadsheet
Last synced: about 1 year ago
JSON representation
Apparatus is an open source bookmark and collaboration tool for Chrome browser.
- Host: GitHub
- URL: https://github.com/omrilotan/apparatus
- Owner: omrilotan
- Created: 2016-12-12T07:47:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-09-23T06:46:02.000Z (over 7 years ago)
- Last Synced: 2025-04-01T17:22:38.345Z (about 1 year ago)
- Topics: chrome-extension, collaboration, spreadsheet
- Language: JavaScript
- Homepage: https://goo.gl/vNGnTj
- Size: 357 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Apparatus
[Published version on the Chrome webstore](https://chrome.google.com/webstore/detail/apparatus/egomopmdlnnollipkhoocfgookfcepoe)
> Apparatus is an open source bookmark and collaboration tool. Create your spreadsheet and start collaborating!
Try the [demo document](https://docs.google.com/spreadsheets/d/1fHX2H_Qv_Ah4GBeT-zTvJQCsrXKd4ZkWSFjtw2yEWqI/edit#gid=0) to get started using Apparatus
### Table structure
| label | type | title | value
| ----- | ---- | ----- | -----
| Group name | Link type (options below) | Display text | Value
### Supported types
| type | description | value example
| ---- | ----------- | -------------
| `link` | A simple link | `https://website.com`
| `search` | Perform a search using an input search term | `https://duckduckgo.com/?q=`
| `cookie` | Toggle cookie (insert cookie with value / remove cookie) | `cookie_name:cookie_value`
| `script` | Run a script on the hosting page (optional last string statement is the notification message) | `console.log('hello');'I said Hello'`
| `note` | A sticky note | Just text
## Publish a new spreadsheet
To make your spreadsheet available for consumption, publish it to the web:
Publish to web | Automatically update when changes are made
-------------- | ------------------------------------------
 | 
## Contribute
1. Keep the app slim.
2. Zip the extension using the shell script `./pack.sh`