{"id":28481261,"url":"https://github.com/olyviero/stickify","last_synced_at":"2026-05-04T23:37:10.718Z","repository":{"id":295209518,"uuid":"989479764","full_name":"olyviero/stickify","owner":"olyviero","description":"A lightweight Chrome extension that lets you add editable, draggable, and resizable post-it-style notes to any website.","archived":false,"fork":false,"pushed_at":"2025-05-27T14:02:59.000Z","size":1997,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-07T20:03:01.197Z","etag":null,"topics":["chrome","chrome-extension","extension","javascript","memory-management","reminder","sticky-notes"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/olyviero.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-24T07:17:35.000Z","updated_at":"2025-05-28T15:30:33.000Z","dependencies_parsed_at":"2025-05-24T08:30:40.413Z","dependency_job_id":"377e0e3e-b21d-4822-be48-b765891b441c","html_url":"https://github.com/olyviero/stickify","commit_stats":null,"previous_names":["olyviero/memo-here"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/olyviero/stickify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olyviero%2Fstickify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olyviero%2Fstickify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olyviero%2Fstickify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olyviero%2Fstickify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/olyviero","download_url":"https://codeload.github.com/olyviero/stickify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olyviero%2Fstickify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32629165,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"ssl_error","status_checked_at":"2026-05-04T10:08:02.005Z","response_time":58,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chrome","chrome-extension","extension","javascript","memory-management","reminder","sticky-notes"],"created_at":"2025-06-07T20:01:17.103Z","updated_at":"2026-05-04T23:37:10.713Z","avatar_url":"https://github.com/olyviero.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📝 Stickify – Chrome Extension\n\n**Sticky Notes on Page** is a lightweight Chrome extension that lets you add editable, draggable, and resizable post-it-style notes to any website.  \nAll notes are saved automatically and restored per page.\n\n🌐 [Link to the Chrome extension](https://chromewebstore.google.com/detail/kpkahnnibkbfpchmjiinjmkknmhifjdp?utm_source=item-share-cb)\n\n---\n\n## ✨ Features\n\n- 🖱️ Add a new sticky note with one click (via extension icon)\n- 💬 Write and edit notes freely\n- 📌 Drag and move notes anywhere on the page\n- ↘️ Resize notes with a bottom-right handle\n- 💾 Auto-save content, position, and size per URL\n- 🧽 Delete notes with a simple trash button\n- 🎨 Customize the default background color (in the options page)\n- 🔁 Notes are restored every time you revisit the same page\n\n---\n\n## 📸 Screenshot\n\n\u003cimg src=\"screenshots/screenshot-1.jpg\" alt=\"Sticky Notes on Page – Screenshot\" width=\"600\" /\u003e\n\n---\n\n## ⚙️ How to Install (Development Mode)\n\n1. Clone or download this repository\n2. Go to `chrome://extensions/` in your Chrome browser\n3. Enable **Developer mode** (top right)\n4. Click **Load unpacked**\n5. Select the extension folder (containing `manifest.json`, etc.)\n6. The extension icon will appear in the Chrome toolbar\n\n---\n\n## 🧪 How to Use\n\n- Click the extension icon to add a sticky note\n- Start typing – changes are saved automatically\n- Drag to move the note wherever you want\n- Use the corner handle to resize it\n- Click the ❌ button to delete a note\n- Visit the **Options page** to set a default background color\n\n---\n\n## 🧰 Built With\n\n- Chrome Extensions API (Manifest V3)\n- HTML / CSS / JavaScript\n- `chrome.storage` for syncing data\n- `content_scripts` \u0026 `scripting.executeScript`\n\n---\n\n## 🧑‍💻 Feel free to improve it!\n\nThis project is intentionally simple and open-ended.  \nIf you’re a developer and want to contribute, extend or remix this extension — **go for it!** ✨\n\nFeel free to:\n\n- Fork this repo\n- Add your own spin or improvements\n- Fix anything clunky or make it smarter\n- Translate it, restyle it, or add new features\n\nIf you do something cool, **let me know** — I'd love to feature your version or merge improvements.\n\n---\n\n## 💡 Feature ideas \u0026 enhancements\n\nHere are some ideas for future updates or community contributions:\n\n- 🧠 **Per-note colors**: choose color per sticky\n- 📆 **Reminders / due dates**: be notified for time-based notes\n- 🧲 **Snap to grid** or alignment guides\n- 📥 **Export / import** notes across devices\n- 💻 **Cloud sync** across multiple Chrome profiles\n- 🔒 **Private / locked notes** with password toggle\n- ⌨️ **Keyboard shortcuts** to add/edit/delete notes\n- 🗺️ **Global dashboard**: view all memos from all URLs\n- 🌍 **Per-domain templates** (ex: meeting prep for Zoom, daily goals on Gmail)\n- 🖼️ **Custom fonts, emojis, or images** in notes\n- 📦 **PWA version** for outside-the-browser usage\n\n\u003e Feel free to open an issue or a PR if you want to discuss any of these!\n\n---\n\n## 👨‍💻 Author\n\n**Olivier Ben**  \n🌐 [Portfolio](https://olyvier.com)\n📬 [Contact me](mailto:hello@olyvier.com)\n\n---\n\n## 📝 License\n\n[MIT](LICENSE) – Free to use and modify 🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folyviero%2Fstickify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Folyviero%2Fstickify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folyviero%2Fstickify/lists"}