Popup Notes
Take quick notes while you surf. What could be more simple?
Popup Notes란 무엇입니까?
Popup Notes은(는) https://gourav.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Take quick notes while you surf. What could be more simple?"입니다.
확장 프로그램 스크린샷
Popup Notes 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Take notes without leaving current tab! Easiest way to note down copied text, phone numbers, links, to-do items etc while browsing on Google Chrome. Features : -- Lightweight, easy to use & secure. -- Copy selected text to Popup Notes directly from right-click. -- Auto-save notes upon closing. -- Auto-focus on notes. -- Use TAB key to indent your text. -- Ad-free.
확장 프로그램 기본 정보
이름 | Popup Notes |
ID | pakngoacmndjaomplokegbepmohpfofb |
공식 URL | https://chromewebstore.google.com/detail/popup-notes/pakngoacmndjaomplokegbepmohpfofb |
설명 | Take quick notes while you surf. What could be more simple? |
파일 크기 | 38.95 KB |
설치 횟수 | 1,191 |
현재 버전 | 2.0 |
최근 업데이트 | 2020-10-02 |
출시 날짜 | 2017-11-30 |
평점 | 3.00/5 총 8 개의 평점 |
개발자 | https://gourav.io |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/eventPage.js" ], "persistent": false }, "manifest_version": 2, "name": "Popup Notes", "description": "Take quick notes while you surf. What could be more simple?", "version": "2.0", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_popup": "popup.html", "default_title": "Popup Notes!" }, "offline_enabled": true, "short_name": "Popup Notes", "permissions": [ "storage", "contextMenus" ] } |