Nonlinear Browser

Representing browser tabs in a tree for contextual thought

O que é Nonlinear Browser?

Nonlinear Browser é uma extensão do Chrome desenvolvida por nonlinearbrowser, e sua principal característica é "Representing browser tabs in a tree for contextual thought".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Nonlinear Browser

Baixe arquivos de extensão Nonlinear Browser no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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/                    

Informações Básicas da Extensão

Nome Nonlinear Browser Nonlinear Browser
ID jjbpfnijgokebcbepdobkbneconogbkm
URL Oficial https://chromewebstore.google.com/detail/nonlinear-browser/jjbpfnijgokebcbepdobkbneconogbkm
Descrição Representing browser tabs in a tree for contextual thought
Tamanho do Arquivo 960 KB
Contagem de Instalações 22
Versão Atual 0.5.0
Última Atualização 2021-02-17
Data de Publicação 2020-12-27
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor nonlinearbrowser
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.nonlinearbrowser.carrd.co
Idiomas Suportados 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"
        ]
    }
}