Skip to content

Commit 1c9fe17

Browse files
committed
feat: create gh-page
1 parent dd51d98 commit 1c9fe17

File tree

11 files changed

+60
-0
lines changed

11 files changed

+60
-0
lines changed

docs/index.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
# <img alt="icon" src="images/icon-24.png"> Quick Access
2+
3+
A clean, intuitive new tab page where you can access your Favorites, Reading List, and Tab Groups with just one click.
4+
5+
## Screenshots
6+
7+
<table style="width:100%">
8+
<tr>
9+
<td><a href="images/chrome-web-store/1_welcome.jpg"><img alt="screenshot 1" src="images/chrome-web-store/1_welcome.jpg"></a></td>
10+
<td><a href="images/chrome-web-store/2_bookmarks.jpg"><img alt="screenshot 2" src="images/chrome-web-store/2_bookmarks.jpg"></a></td>
11+
<td><a href="images/chrome-web-store/3_settings_1.jpg"><img alt="screenshot 3" src="images/chrome-web-store/3_settings_1.jpg"></a></td>
12+
<td><a href="images/chrome-web-store/4_settings_2.jpg"><img alt="screenshot 4" src="images/chrome-web-store/4_settings_2.jpg"></a></td>
13+
<td><a href="images/chrome-web-store/5_reading_lists.jpg"><img alt="screenshot 5" src="images/chrome-web-store/5_reading_lists.jpg"></a></td>
14+
</tr>
15+
</table>
16+
17+
## Features
18+
19+
- Clean tiled interface on the new tab page
20+
- Side panel for quick access
21+
- Easy switch between history, bookmarks, reading list, and tab groups
22+
- Quick search across all items
23+
- Create, modify or delete everything in one place
24+
- Drag and drop support (rearrange, organize, pin to desktop as shortcut)
25+
- Automatic dark/light mode detection
26+
- Custom background image, color and background provider URL support
27+
- Built-in favicon and custom favicon provider support
28+
- Customizable grid layout and color themes
29+
- Lightning fast navigation with <kbd>TAB</kbd>, <kbd>↑</kbd>, <kbd>↓</kbd>, <kbd>←</kbd> and <kbd>→</kbd> keys.
30+
- Fully localized interface (available in 36 languages)
31+
- Fine-tuneable permissions. Only request permissions for what you need.
32+
- It just works. All your settings are with you in your Chrome account.
33+
- Works in all browsers that support V3 manifest
34+
35+
## Installation
36+
37+
1. Download or clone the repository.
38+
2. Open Chrome and go to `chrome://extensions`.
39+
3. Enable "Developer mode".
40+
4. Click "Load unpacked" and select the project folder.
41+
5. Quick Access will be available on the new tab page.
42+
43+
## File Structure
44+
45+
- `_locales/` – Translations
46+
- `images/` – Default icons, favicons
47+
- `src/` – Logic modules (Bookmark, History, Page, Permission, Settings, Tab, TopSite)
48+
- `index.html` – Main HTML page, includes UI and SVG icons
49+
- `index.js` – UI logic: event handling, tiles, search, settings, etc.
50+
- `index.css` – Default styles
51+
- `manifest.json` – Chrome extension manifest
52+
- `service-worker.js` – Service worker, install logic
53+
54+
## Contributing
55+
56+
Bug reports, ideas, and pull requests are welcome!
57+
58+
## License
59+
60+
MIT
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)