net
Save and organize the web as a Kanban board
net란 무엇입니까?
net은(는) taehyoung.jo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save and organize the web as a Kanban board"입니다.
확장 프로그램 스크린샷
net 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Net is an extension to save links quickly and organize them as "cards" and "lists" in the style of a Kanban board. Using Net = Clean and intuitive link saving + Less memory consumption FEATURES ✅ Left click the Net icon in the Chrome toolbar to add the current tab as a card of your leftmost list. ✅ Right clicking the Net icon will give you the options to "send all tabs" and "send and close all tabs" of your current window to Net. ✅ Right click the Net icon and "Go to your net" to access your saved links. ✅ Once in your Net, you can easily create and name new lists and add new cards. Cards can take a URL, text, or both a URL and some text to act as the card title ✅ You can also add lists and cards to your clipboard, import a group of links, and open a link or all of the links in a list with one click. ✅ Net syncs between Chrome browsers through your Google account. OPTIONS ✅ Choose whether to open your net on launch ✅ Choose between several preset themes PRIVACY Saved links are stored locally and not accessible by the developer
확장 프로그램 기본 정보
이름 | net |
ID | oamnlagfdfkeknledfohbhioadpmacoh |
공식 URL | https://chromewebstore.google.com/detail/net/oamnlagfdfkeknledfohbhioadpmacoh |
설명 | Save and organize the web as a Kanban board |
파일 크기 | 493 KB |
설치 횟수 | 162 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2020-06-05 |
출시 날짜 | 2020-06-05 |
평점 | 4.75/5 총 4 개의 평점 |
개발자 | taehyoung.jo |
결제 유형 | free |
도움말 페이지 URL | https://discord.gg/mKmj9y |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "net", "description": "Save and organize the web as a Kanban board", "version": "1.0.1", "manifest_version": 2, "permissions": [ "activeTab", "tabs", "storage", "contextMenus" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "options_page": "index.html", "browser_action": [], "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'" } |