π Transform the entire web into an interactive social platform
GDB Universal Comment System is a Chrome extension that revolutionizes your browsing experience by allowing you to comment on any webpage across the internet. Share your thoughts, engage in discussions, and connect with other users viewing the same content.
Clone this repository:
git clone https://github.com/EdgeTypE/GDB-Universal-Comment-System.git
cd GDB-Universal-Comment-System
Install dependencies:
npm install
Build the extension:
npm run build
Load the extension in Chrome:
chrome://extensions/
dist
folderClone the repository:
git clone https://github.com/yourusername/GDB-Universal-Comment-System.git
cd GDB-Universal-Comment-System
Install dependencies:
npm install
Start development server:
npm run dev
Build for production:
npm run build
Type checking:
npm run check
src/
βββ manifest.json # Extension manifest
βββ popup/ # Extension popup interface
β βββ index.html
β βββ main.ts
β βββ Popup.svelte
β βββ styles.css
βββ lib/
βββ components/ # Svelte components
β βββ CommentForm.svelte
β βββ CommentItem.svelte
β βββ CommentList.svelte
β βββ Footer.svelte
β βββ LanguageSelector.svelte
β βββ ThemeToggle.svelte
βββ i18n/ # Localization
β βββ en.json
β βββ de.json
β βββ tr.json
β βββ index.ts
βββ services/ # API services
β βββ api.ts
βββ stores/ # Svelte stores
β βββ theme.ts
βββ types/ # TypeScript definitions
β βββ index.ts
βββ utils/ # Utility functions
βββ date.ts
This extension integrates with the easyCommentSystem backend.
The extension supports multiple languages:
To add a new language:
src/lib/i18n/
This project is licensed under the MIT License - see the LICENSE file for details.
Found a bug or have a feature request? Please: