NewTab Editor

Make your new tab an editor.

O que é NewTab Editor?

NewTab Editor é uma extensão do Chrome desenvolvida por zy0x5f3759df, e sua principal característica é "Make your new tab an editor.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão NewTab Editor

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

                        🌝Make your new tab an editor.🌝

Many times we have such troubles that we need to make some temporary notes, but don't know where to write them down.
Use notes apps? It's too cumbersome!
Use VSCode? Mere text is not enough!

NewTabEditor can make your new tab a editor.
Tap it and immediately start recording.
You can use Markdown or richtext.
You can record with title, bold text, emoji, table, code and more.

Use it now to make recording easier~                    

Informações Básicas da Extensão

Nome NewTab Editor NewTab Editor
ID ffilklcelobcboidfinknighfknimkin
URL Oficial https://chromewebstore.google.com/detail/newtab-editor/ffilklcelobcboidfinknighfknimkin
Descrição Make your new tab an editor.
Tamanho do Arquivo 4.73 MB
Contagem de Instalações 513
Versão Atual 1.0.0
Última Atualização 2021-05-12
Data de Publicação 2021-05-12
Desenvolvedor zy0x5f3759df
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "homepage_url": "http:\/\/localhost:8080\/",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "permissions": [
        "unlimitedStorage"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "chrome_url_overrides": {
        "newtab": "editor.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "options_page": "popup.html",
    "version": "1.0.0",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}