Web Sticky Notes

Quick notes that stick on web-pages to ease future reference

Web Sticky Notes란 무엇입니까?

Web Sticky Notes은(는) hacknship에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quick notes that stick on web-pages to ease future reference"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Web Sticky Notes 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Imagine having a virtual sticky note for each web page you visit, allowing you to jot down your thoughts, ideas, or to-dos in an instant. Web Sticky Notes is here to simplify the way you interact with the web.

Are you tired of constantly switching between tabs and apps to access your notes? Web Sticky Notes saves you time and effort by providing a seamless, intuitive note-taking interface directly within the web pages you visit.

Whether you're a student conducting research, a professional collecting information for a project, or simply someone who loves to explore the depths of the internet, Web Sticky Notes is your go-to solution for staying organized and efficient.

Why should you install Web Sticky Notes?

Contextual note-taking: Capture your thoughts and ideas directly on the web pages where they matter the most. No more searching through endless documents to find that one note you need.

Sync across devices: Access your notes anytime, anywhere. Web Sticky Notes uses Chrome's built-in sync feature to make sure your notes are always available on every device where you've installed the extension.

Minimalistic and modern design: Web Sticky Notes boasts a clean and intuitive interface, making it a pleasure to use.

Group by Hashtag or Domain: Easily categorize and find your notes using hashtags or by grouping them based on the domain they were created on.

Privacy-focused: Web Sticky Notes stores your data locally on your device, ensuring that your notes remain private and secure.

Unlock the full potential of your browsing experience with Web Sticky Notes. Install now and transform the way you interact with the web!                    

확장 프로그램 기본 정보

이름 Web Sticky Notes Web Sticky Notes
ID afhkepcebfdbgkjipfpoipmckfopphek
공식 URL https://chromewebstore.google.com/detail/web-sticky-notes/afhkepcebfdbgkjipfpoipmckfopphek
설명 Quick notes that stick on web-pages to ease future reference
파일 크기 32 KB
설치 횟수 502
현재 버전 1.2
최근 업데이트 2023-06-12
출시 날짜 2023-06-05
평점 5.00/5 총 1 개의 평점
개발자 hacknship
이메일 [email protected]
결제 유형 in_app
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Web Sticky Notes",
    "version": "1.2",
    "description": "Quick notes that stick on web-pages to ease future reference",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    }
}