Sticky Note
You can put sticky notes on any webpage.
Sticky Note란 무엇입니까?
Sticky Note은(는) Sardara Evlikuleeva에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "You can put sticky notes on any webpage."입니다.
확장 프로그램 스크린샷
Sticky Note 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A convenient extension that allows you to take notes on any page, and they will remain after reloading the page or even the browser. These notes will only be visible to you. Just right-click on the place on the page where you want to add a note, click on the "Add note" item and enter the text on the block that appears. Notes can be moved by pulling them on the top edge of the block. If you no longer want to see the note, just click the "Delete" button.
확장 프로그램 기본 정보
이름 | Sticky Note |
ID | cmabpemmbmhlgmnlemmkelphankfclcf |
공식 URL | https://chromewebstore.google.com/detail/sticky-note/cmabpemmbmhlgmnlemmkelphankfclcf |
설명 | You can put sticky notes on any webpage. |
파일 크기 | 14.5 KB |
설치 횟수 | 1,160 |
현재 버전 | 1.4 |
최근 업데이트 | 2020-09-18 |
출시 날짜 | 2020-06-01 |
평점 | 4.50/5 총 6 개의 평점 |
개발자 | Sardara Evlikuleeva |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://docs.google.com/document/d/e/2PACX-1vRSKqQQc9t6R8-RYWXKd1BX7dLFr7sbP-ndBt885tUBaWuAaowng0uPxO_uMEOm3pZmOHie9yHCWqIP/pub |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "css": [ "content.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "icons": { "128": "icon-128.png" }, "description": "You can put sticky notes on any webpage.", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "manifest_version": 2, "name": "Sticky Note", "permissions": [ "storage", "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "1.4", "web_accessible_resources": [ "content.css" ] } |