Sticky Notes Everywhere | Digital Mercury
Save and edit sticky notes on any site. 1. Create it | 2. Drag and position it | 3. Save it for the next visit.
Sticky Notes Everywhere | Digital Mercury란 무엇입니까?
Sticky Notes Everywhere | Digital Mercury은(는) https://digital-mercury.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save and edit sticky notes on any site. 1. Create it | 2. Drag and position it | 3. Save it for the next visit."입니다.
확장 프로그램 스크린샷
Sticky Notes Everywhere | Digital Mercury 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Create, position, and edit sticky notes on any web page, at any time! Save the sticky notes and the next time you return to the page, they will be just as you left them.
확장 프로그램 기본 정보
이름 | Sticky Notes Everywhere | Digital Mercury |
ID | coppakibehgnbpmfgbjahkdbcfpcaado |
공식 URL | https://chromewebstore.google.com/detail/sticky-notes-everywhere-d/coppakibehgnbpmfgbjahkdbcfpcaado |
설명 | Save and edit sticky notes on any site. 1. Create it | 2. Drag and position it | 3. Save it for the next visit. |
파일 크기 | 16.83 KB |
설치 횟수 | 493 |
현재 버전 | 1.1 |
최근 업데이트 | 2020-12-01 |
출시 날짜 | 2020-11-26 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | https://digital-mercury.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://digital-mercury.com/ |
도움말 페이지 URL | https://digital-mercury.com/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sticky Notes Everywhere | Digital Mercury", "description": "Save and edit sticky notes on any site. 1. Create it | 2. Drag and position it | 3. Save it for the next visit.", "version": "1.1", "manifest_version": 2, "icons": { "16": "favicon.png", "128": "favicon.png" }, "browser_action": { "default_popup": ".\/index.html", "default_icon": ".\/favicon.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "MacCtrl+Shift+F" }, "description": "Opens index.html" } }, "background": { "scripts": [ "app.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |