NewTab Editor

Make your new tab an editor.

Qu'est-ce que NewTab Editor ?

NewTab Editor est une extension Chrome développée par zy0x5f3759df, et sa fonction principale est "Make your new tab an editor.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension NewTab Editor

Téléchargez les fichiers d'extension NewTab Editor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        🌝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~                    

Informations de Base sur l'Extension

Nom NewTab Editor NewTab Editor
ID ffilklcelobcboidfinknighfknimkin
URL Officiel https://chromewebstore.google.com/detail/newtab-editor/ffilklcelobcboidfinknighfknimkin
Description Make your new tab an editor.
Taille du Fichier 4.73 MB
Nombre d'Installations 513
Version Actuelle 1.0.0
Dernière Mise à Jour 2021-05-12
Date de Publication 2021-05-12
Développeur zy0x5f3759df
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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'"
}