TxtPad
Quick Notes from Anywhere!
TxtPad란 무엇입니까?
TxtPad은(는) https://txtpad.in에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quick Notes from Anywhere!"입니다.
확장 프로그램 스크린샷
TxtPad 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
TxtPad for Google Chrome helps you in conveniently creating notes from web pages as you browse them. It saves all notes in your TxtPad account. With the TxtPad for Google Chrome, you can - + Select text content and save as note + Save current page link with title as a note + Save any link on the web page as a note + Create notes from any page All this without opening the TxtPad web applicatoin. It's super-quick and super-easy!
확장 프로그램 기본 정보
이름 | TxtPad |
ID | andhgnknhimoabaoajbafhgglhkcmjae |
공식 URL | https://chromewebstore.google.com/detail/txtpad/andhgnknhimoabaoajbafhgglhkcmjae |
설명 | Quick Notes from Anywhere! |
파일 크기 | 39.12 KB |
설치 횟수 | 181 |
현재 버전 | 0.0.0.3 |
최근 업데이트 | 2013-12-02 |
출시 날짜 | 2013-12-01 |
평점 | 3.00/5 총 4 개의 평점 |
개발자 | https://txtpad.in |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://txtpad.in |
도움말 페이지 URL | http://txtpad.in |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TxtPad", "description": "Quick Notes from Anywhere!", "version": "0.0.0.3", "homepage_url": "http:\/\/txtpad.in", "icons": { "16": "images\/tbxlogo16.png", "48": "images\/tbxlogo48.png", "128": "images\/tbxlogo128.png" }, "browser_action": { "default_icon": "images\/tbxlogo19.png", "default_title": "TxtPad", "default_popup": "popup.html" }, "background": { "scripts": [ "scripts\/jquery-2.0.0.min.js", "scripts\/common.min.js", "scripts\/background.min.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "js": [ "scripts\/content_script.min.js" ] } ], "permissions": [ "contextMenus", "tabs", "notifications", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "images\/tbxlogo48.png", "images\/tbxlogo19.png", "scripts\/content_script.min.js.map" ] } |