Text Editor

Edit text in the browser with Text Editor 👌 Features: - Import files from your device - Export files to your device - Save files…

Cos'è Text Editor?

Text Editor è un'estensione di Chrome sviluppata da Code Charity, e la sua funzione principale è "Edit text in the browser with Text Editor 👌 Features: - Import files from your device - Export files to your device - Save files…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Text Editor

Scarica i file di estensione Text Editor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Edit text in the browser with Text Editor 👌
 
Features:
- Import files from your device
- Export files to your device
- Save files in browser
- Edit the text
- Rename files
- Delete files
- Shows the number of the current row and column
- Shows the selected number of rows and columns
- Shows the number of characters and bytes
- And more!

Open Source! 🎈 Check out Text Editor's source code and contribute here:
   •  https://github.com/victor-savinov/text-editor                    

Informazioni di Base sull'Estensione

Nome Text Editor Text Editor
ID bnbgafdjiinlgnjaedmfaablklnafpka
URL Ufficiale https://chromewebstore.google.com/detail/text-editor/bnbgafdjiinlgnjaedmfaablklnafpka
Descrizione Edit text in the browser with Text Editor 👌 Features: - Import files from your device - Export files to your device - Save files…
Dimensione del File 69.49 KB
Conteggio Installazioni 60
Versione Corrente 2.0
Ultimo Aggiornamento 2022-01-31
Data di Pubblicazione 2020-09-24
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Code Charity
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy http://improvedtube.com/privacy
Lingue Supportate id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Text Editor",
    "description": "",
    "version": "2.0",
    "default_locale": "en",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_popup": "ui\/popup.html"
    },
    "options_page": "ui\/options.html",
    "offline_enabled": true,
    "optional_permissions": [
        "downloads"
    ],
    "permissions": [
        "storage"
    ]
}