Jotter

A fast in-tab scratchpad.

O que é Jotter?

Jotter é uma extensão do Chrome desenvolvida por itsdavebot, e sua principal característica é "A fast in-tab scratchpad.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Jotter

Baixe arquivos de extensão Jotter 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

                        Jotter is a keyboard-activated* scratchpad. It lets you take notes while you're thinking. I find  app-switching distracting. I made this to record thoughts in the moment, and process and commit them to a heavier-duty notes app afterwards. 

It's useful for:

- Doing research across 5 different tabs. 
- Taking minutes on video calls
- Reading industry reports and papers
- Copying important parts of how-to's (like, getting HTTPS set up for your domain)

Some useful features: 
- A quick-copy shortcut to paste highlighted text directly in your editor. Works with pdfs too.
- Each note keeps a bibliography so you can refer to your sources later.
- You can tag, stash, and retrieve notes. 
- It integrates with Google Drive and Notion, so you can export your notes after you're done. 

* Toggle it with the "Open Jotter" keyboard shortcut, which defaults to "Ctrl/Cmd+Shift+Space". 

If you've found a bug, or have suggestions, ping me: ([email protected]).                    

Informações Básicas da Extensão

Nome Jotter Jotter
ID icdbglcdnjonofjpcfpcgpjjchokgnjl
URL Oficial https://chromewebstore.google.com/detail/jotter/icdbglcdnjonofjpcfpcgpjjchokgnjl
Descrição A fast in-tab scratchpad.
Tamanho do Arquivo 1.27 MB
Contagem de Instalações 287
Versão Atual 0.0.27
Última Atualização 2022-05-06
Data de Publicação 2021-11-24
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor itsdavebot
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://getjotter.com
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Jotter",
    "description": "A fast in-tab scratchpad.",
    "version": "0.0.27",
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "notifications",
        "identity"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "192": "android-chrome-192x192.png"
    },
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/",
                "fonts\/remixicon.31d2848.eot",
                "fonts\/remixicon.881fbc4.woff",
                "fonts\/remixicon.888e61f.ttf",
                "fonts\/remixicon.9915fef.woff2",
                "fonts\/Roboto-Medium.ttf",
                "query-pdf.js",
                "btn_google_light_normal_ios.svg",
                "btn_google_light_normal_ios1.svg",
                "[email protected]",
                "[email protected]",
                "notion-logo-383x400.png",
                "jotter.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "commands": {
        "TOGGLE_PANEL": {
            "suggested_key": {
                "default": "Ctrl+Shift+Space",
                "linux": "Ctrl+Shift+Space",
                "mac": "Ctrl+Shift+Space",
                "windows": "Ctrl+Shift+Space"
            },
            "description": "Opens Jotter editor. This is the main hotkey."
        },
        "FAST_COPY": {
            "suggested_key": {
                "default": "Ctrl+Shift+C",
                "linux": "Ctrl+Shift+C",
                "mac": "Ctrl+Shift+C",
                "windows": "Ctrl+Shift+C"
            },
            "description": "Fast-copy highlighted text into Jotter."
        },
        "QUICK_NEW_NOTE": {
            "description": "Start up a new note (if you had a previous note, it will get stashed)."
        },
        "OPEN_LIST_VIEW": {
            "description": "Open up notes list."
        }
    },
    "action": {
        "default_icon": {
            "19": "android-chrome-192x192.png"
        },
        "default_popup": "browser_action_panel.html"
    },
    "oauth2": {
        "client_id": "209976588231-picc7mvgms9d9d0jn8oime71okiej4jt.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ],
        "davidNoteAboutKey": "This key and oauth section is from the installed jotter thing. I'm using it so I can do maybe(?) get the auth token?"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiQFJeLhbcSvT4va1B3alTyyhYLt5YTp9BjIMR1AWtEMw5RWNQpI2l+\/d15pohcWN96lo+rzJYC8fBMYFXjxzyT4nDRLF+hfr6xiA9KfhuaDFl7N16GNfkaUPAcZ9NskQeVJUx5V\/f831Tjj1zjL33e6jLMF4CgaiaG\/TcO7jWysAn4cnD3MhMyV8RVjIaWWDYFVeRHRO\/8C\/4iBnGmkXhwFrFMKh1cZM03kMSUJuds8GQ44PQ7cBfj0epU1OJujEcVicOazryXKTKyy\/TKeNclx7tQpGkvMe6WqQTvN\/SEZEeVd3jXwjdOysaC0qXbCmJYJNjC+2xPGf2h6tXZGw7wIDAQAB"
}