Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/batukaraman/pinboard
Simple full stack chrome extension.
https://github.com/batukaraman/pinboard
bootstrap chrome-extension css html javasc mysql php
Last synced: about 10 hours ago
JSON representation
Simple full stack chrome extension.
- Host: GitHub
- URL: https://github.com/batukaraman/pinboard
- Owner: batukaraman
- License: mit
- Created: 2023-05-31T00:09:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-10T18:54:21.000Z (about 1 year ago)
- Last Synced: 2023-10-11T00:09:45.584Z (about 1 year ago)
- Topics: bootstrap, chrome-extension, css, html, javasc, mysql, php
- Language: JavaScript
- Homepage:
- Size: 87.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pinboard
With this extension, you can leave private or public comments, notes, or complaints on any site you visit. To start using it, sign up or log in and click the "Open Pinboard" button.
## Usage
### Database
1. Execute all commands in the database management system on your server in the path ./server/database.sql.
2. Check the configurations in the path ./server/.env.
3. Run the server.
4. If you are not using localhost, make the necessary changes to the `domain` variable in .client/content_scripts.js and .client/popup.js.### Extension
1. Open Google Chrome.
2. Click on the extension icon in the top right bar and click on the "Manage Extensions" button.
3. Activate developer mode.
4. Click on the "Load unpacked" button and select the `client` path.### Warning
Since the extension is not fully completed, it has many issues and vulnerabilities. As it can be used on all pages you enter, it may cause problems on some pages. In such a case, you can remove or disable the extension.