Text Editor

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

Text Editor क्या है?

Text Editor Code Charity द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Edit text in the browser with Text Editor 👌 Features: - Import files from your device - Export files to your device - Save files…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Text Editor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Text Editor Text Editor
ID bnbgafdjiinlgnjaedmfaablklnafpka
आधिकारिक URL https://chromewebstore.google.com/detail/text-editor/bnbgafdjiinlgnjaedmfaablklnafpka
विवरण Edit text in the browser with Text Editor 👌 Features: - Import files from your device - Export files to your device - Save files…
फ़ाइल का आकार 69.49 KB
स्थापना संख्या 60
वर्तमान संस्करण 2.0
अंतिम अपडेट 2022-01-31
प्रकाशन तिथि 2020-09-24
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Code Charity
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL http://improvedtube.com/privacy
समर्थित भाषाएँ 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"
    ]
}