TabNote
use your Browser as your Notepad, take notes while you are browsing
TabNote란 무엇입니까?
TabNote은(는) https://tabnote.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "use your Browser as your Notepad, take notes while you are browsing"입니다.
확장 프로그램 스크린샷
TabNote 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
TabNote is a free and offline chrome extension which can use to take notes while you are browsing the web. 🤗 TabNote is free and offline 😍 😻 🤖 You can customize your TabNote by setting up font size, font color, font family, background color, spell checker etc. You can use TabNote as a clipboard or a notepad. Purpose of TabNote is productivity. You don't have to wait until for notepad, TabNote is a single click away. 👼 How to customize your TabNote? - right click on TabNote launcher icon and select Options - you will see customizable options Take notes while you are browsing with TabNote 😊 TabNote is managed on GitHub and licensed under the MIT license. https://github.com/devrolabs/TabNote
확장 프로그램 기본 정보
이름 | |
ID | geahanokafgmnleflfpekpmnkceehifk |
공식 URL | https://chrome.google.com/webstore/detail/tabnote/geahanokafgmnleflfpekpmnkceehifk |
설명 | use your Browser as your Notepad, take notes while you are browsing |
파일 크기 | 130 KB |
설치 횟수 | 354 |
현재 버전 | 0.2.0.1 |
최근 업데이트 | 2019-02-16 |
출시 날짜 | 2019-02-16 |
평점 | 4.00/5 총 4 개의 평점 |
개발자 | https://tabnote.co |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://tabnote.co/ |
도움말 페이지 URL | https://tabnote.co/faq |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TabNote", "short_name": "TabNote", "description": "use your Browser as your Notepad, take notes while you are browsing", "version": "0.2.0.1", "background": { "scripts": [ "jquery-3.3.1.min.js", "background.js" ], "persistent": false }, "options_page": "popup.html", "permissions": [ "tabs", "activeTab", "http:\/\/*\/", "http:\/\/*\/*", "https:\/\/*\/*", "notifications", " |