Nopad
Nopad is a fast, no hassle pad extension. Nopad syncs to your chrome rather than an external server. So your data is yours!
Nopad란 무엇입니까?
Nopad은(는) wjkay에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Nopad is a fast, no hassle pad extension. Nopad syncs to your chrome rather than an external server. So your data is yours!"입니다.
확장 프로그램 스크린샷
Nopad 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Nopad is a fast notepad extension. Nopad syncs it's notes to your Chrome account using so it's available wherever you're signed into Chrome (Except mobile versions :(, they don't have support extensions... yet). Please report any issues you have using the support tab on the extension page. --- Install Instructions --- 1) Click add to Chrome. 2) That's it! --- Change Log --- 0.1.7 Added sizing resize. 0.1.6 Fixed time display for old dates. Removed active pinning because it was bad. Fixed shrinking. Fixed some other angular issues. 0.1.5 Fixed some display issues. Sorting now works a bit better and your active note is pinned to the top. Introduced a resizing bug but much better than the table structure that was there. 0.1.4 Fixed permission (now has none!) 0.1.3 Styling changes and fixes 0.1.2 Fixed a bunch of bugs 0.1.1 Released Alpha!
확장 프로그램 기본 정보
이름 | Nopad |
ID | mmhhhpngkbmehangnmfjflmloccnpoha |
공식 URL | https://chromewebstore.google.com/detail/nopad/mmhhhpngkbmehangnmfjflmloccnpoha |
설명 | Nopad is a fast, no hassle pad extension. Nopad syncs to your chrome rather than an external server. So your data is yours! |
파일 크기 | 431 KB |
설치 횟수 | 757 |
현재 버전 | 0.1.7 |
최근 업데이트 | 2018-01-13 |
출시 날짜 | 2018-01-12 |
평점 | 4.25/5 총 8 개의 평점 |
개발자 | wjkay |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Nopad", "version": "0.1.7", "author": "Will Kehayioff", "description": "Nopad is a fast, no hassle pad extension. Nopad syncs to your chrome rather than an external server. So your data is yours!", "permissions": [ "storage" ], "browser_action": { "default_icon": "img\/icon.png", "default_popup": "main.html", "default_title": "Nopad, the quick pad." }, "background": { "scripts": [ "\/js\/background.js" ] } } |