Whatnote - New tab, new note
Scribble anything without leaving your browser, ever!
Whatnote - New tab, new note란 무엇입니까?
Whatnote - New tab, new note은(는) Ashish Kumar Sahoo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Scribble anything without leaving your browser, ever!"입니다.
확장 프로그램 스크린샷
Whatnote - New tab, new note 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
🚀 Whatnote is a dead-simple browser extension which helps you to scribble anything. Your to-do list, reading list you want to go through this weekend, your grocery list, code snippets and whatnot(e). 👉 Why another note-taking app? Let's face it, we really don't need a full-fledged note-taking app to jot down our random and un-organised thoughts. This needs a simple, fast and easy to access platform where you can have your cluttered, random and fragmented jotting really quick. And a browser-tab is the fastest, easiest and most accessible platorm to use. Features: - Zero learning curve note-taking - Support of Bold, Italics, Strike, Bullet Points, Link and Code Block - Tag your note - Pin your note to access them faster
확장 프로그램 기본 정보
이름 | Whatnote - New tab, new note |
ID | ndffjobnoekfkfnfjalhiblmkdhgkafo |
공식 URL | https://chromewebstore.google.com/detail/whatnote-new-tab-new-note/ndffjobnoekfkfnfjalhiblmkdhgkafo |
설명 | Scribble anything without leaving your browser, ever! |
파일 크기 | 315 KB |
설치 횟수 | 544 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2020-09-09 |
출시 날짜 | 2020-09-09 |
평점 | 4.71/5 총 21 개의 평점 |
개발자 | Ashish Kumar Sahoo |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Whatnote - New tab, new note", "description": "Scribble anything without leaving your browser, ever!", "version": "1.0.1", "manifest_version": 2, "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "Whatnote - New tab, new note" }, "background": { "scripts": [ "background.js" ] }, "chrome_url_overrides": { "newtab": "tab\/tab.html" } } |