Sticky Notes Extension

Easily add and organise sticky notes to your new tab page.

Sticky Notes Extension란 무엇입니까?

Sticky Notes Extension은(는) https://stickynotes-tab.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily add and organise sticky notes to your new tab page."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Sticky Notes extension is a free new tab chrome extension that allows you to use your browser new tab as a designated board for sticky notes along with a accessible web search bar to look up things on the internet, at ease!

Simply type your notes or use voice to dictate your note information and organise them wherever you want on your tab.

By Clicking ‘Add to Chrome’, you are accepting and agreeing to install the Sticky Notes Extension, and understand that your browsers new tab will be changed to that provided by the service with search results by Microsoft Bing. Your usage of this extension will be governed by the Privacy Policy and Terms & Conditions links below.

Links:
https://iskra.com.au/privacy-policy/
https://iskra.com.au/terms-conditions/                    

확장 프로그램 기본 정보

이름 Sticky Notes Extension Sticky Notes Extension
ID fblhamfcoiaipochpbcpmeaogimigghg
공식 URL https://chromewebstore.google.com/detail/sticky-notes-extension/fblhamfcoiaipochpbcpmeaogimigghg
설명 Easily add and organise sticky notes to your new tab page.
파일 크기 565 KB
설치 횟수 57,197
현재 버전 1.0.0
최근 업데이트 2023-08-29
출시 날짜 2023-08-29
평점 2.33/5 총 3 개의 평점
개발자 https://stickynotes-tab.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://stickynotes-tab.com/
개인정보 보호 정책 페이지 URL https://www.iskra.com.au/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Sticky Notes Extension",
    "short_name": "Sticky Notes",
    "version": "1.0.0",
    "description": "Easily add and organise sticky notes to your new tab page.",
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "sticky.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "browser_style": false,
        "default_title": "Sticky Notes Tab"
    },
    "icons": {
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    }
}