Nonlinear Browser
Representing browser tabs in a tree for contextual thought
Nonlinear Browser란 무엇입니까?
Nonlinear Browser은(는) nonlinearbrowser에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Representing browser tabs in a tree for contextual thought"입니다.
확장 프로그램 스크린샷
Nonlinear Browser 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Enabling contextual exploration. By representing tabs in a hierarchical manner, Nonlinear enables you to - Navigate through your browser intuitively, even with 100+ tabs - Find relationships between tabs and connect their underlying ideas - Spatially move around the rabbit hole you've created Features we have for you in v0.5 - - General bug fixes - Saving and loading of desired Trees. - Deleted tabs marked as red. Soon- - Sharing trees with your peers! Tip: You'll especially enjoy Nonlinear when you're diving deep into some topic. It just gets better with depth! Website - https://nonlinearbrowser.carrd.co/
확장 프로그램 기본 정보
이름 | Nonlinear Browser |
ID | jjbpfnijgokebcbepdobkbneconogbkm |
공식 URL | https://chromewebstore.google.com/detail/nonlinear-browser/jjbpfnijgokebcbepdobkbneconogbkm |
설명 | Representing browser tabs in a tree for contextual thought |
파일 크기 | 960 KB |
설치 횟수 | 22 |
현재 버전 | 0.5.0 |
최근 업데이트 | 2021-02-17 |
출시 날짜 | 2020-12-27 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | nonlinearbrowser |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.nonlinearbrowser.carrd.co |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Nonlinear Browser", "description": "Representing browser tabs in a tree for contextual thought", "version": "0.5.0", "permissions": [ "tabs" ], "background": { "persistent": false, "page": "tabs_api.html" }, "browser_action": { "default_icon": "res\/logo\/favicon.png", "default_title": "Open Nonlinear Browser" }, "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/d3js.org\/d3.v6.min.js https:\/\/w.appzi.io\/ https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/4.7.0\/css\/font-awesome.min.css https:\/\/www.googleapis.com https:\/\/apis.google.com https:\/\/ajax.googleapis.com; object-src 'self'", "oauth2": { "client_id": "693229853662-0ib0k3hru04sb2da03e6nltso00at1ur.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/userinfo.profile" ] } } |