DocsWork Editor for documents DOC & DOCX
Create and edit DOC & DOCX documents with an editor online
Τι είναι το DocsWork Editor for documents DOC & DOCX;
Το DocsWork Editor for documents DOC & DOCX είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.redcoolmedia.net, και η κύρια λειτουργία του είναι "Create and edit DOC & DOCX documents with an editor online".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης DocsWork Editor for documents DOC & DOCX
Λήψη αρχείων επέκτασης DocsWork Editor for documents DOC & DOCX σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
DocsWork is a browser extension that provides a Document Editor for Microsoft Word files where you can perform various editing operations like in any desktop editor, print the edited documents keeping all the formatting details or download them onto your computer hard disk drive as PDF, TXT, DOCX, ODT, or HTML files. Main Features: - File Formats supported: + DOC, Filename extension for word processing documents created with Microsoft Word + DOCX, Office Open XML Zipped, XML-based file format developed by Microsoft for representing spreadsheets, charts, presentations, and word processing documents + ODT, Word processing file format of OpenDocument, an open standard for electronic documents + RTF, Rich Text Format Document file format developed by Microsoft for cross-platform document interchange + TXT, Filename extension for text files usually containing very little formatting - Basic operations + Change color scheme + Copy/paste text passages, undo/redo your actions + Create a new document or open an existing one - Page formatting + Set page parameters + Show/hide nonprinting characters + Insert section breaks + Insert headers and footers + Insert page numbers + Insert footnotes - Paragraph formatting + Align your text in a paragraph + Select background color for a paragraph + Change paragraph indents + Set paragraph line spacing + Insert page breaks + Add borders + Set tab stops + Create lists - Text formatting + Apply formatting presets + Set font type, size, and color + Apply font decoration styles + Copy/clear text formatting + Add hyperlinks + Insert a drop cap - Operations on objects + Insert tables + Insert images + Insert autoshapes + Insert charts + Insert text objects - Insert equations - Document co-editing - Collaborative document editing - Tools and settings + View document information + Save/download/print your document + Advanced settings of Document Editor + View settings and navigation tools + Search and replace function + Spell-checking
Βασικές Πληροφορίες Επέκτασης
Όνομα | DocsWork Editor for documents DOC & DOCX |
ID | gnmngcgmijhkamopfhmnkgpebgjbpbja |
Επίσημο URL | https://chromewebstore.google.com/detail/docswork-editor-for-docum/gnmngcgmijhkamopfhmnkgpebgjbpbja |
Περιγραφή | Create and edit DOC & DOCX documents with an editor online |
Μέγεθος Αρχείου | 315 KB |
Αριθμός Εγκαταστάσεων | 40,912 |
Τρέχουσα Έκδοση | 1.3.6 |
Τελευταία Ενημέρωση | 2023-11-17 |
Ημερομηνία Δημοσίευσης | 2020-02-27 |
Αξιολόγηση | 3.78/5 Συνολικά 32 Αξιολογήσεις |
Προγραμματιστής | https://www.redcoolmedia.net |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | http://www.redcoolmedia.net/index.php/cloud-apps-policy |
Υποστηριζόμενες Γλώσσες | de,en,fr,nl,tr,es,es-419,it,pl,pt-BR,pt-PT,ru,uk,hi,ar,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_title__", "version": "1.3.6", "description": "__MSG_description__", "default_locale": "en", "action": { "default_popup": "index.html", "default_icon": "icons\/app_38.png" }, "options_page": "settings.html", "icons": { "128": "icons\/app_128.png", "48": "icons\/app_48.png", "16": "icons\/app_16.png" }, "permissions": [ "storage", "webRequest" ], "background": { "service_worker": "service.js" }, "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } |