Simple Word to PDF
Simply convert your word documents (docx-doc) to pdf document format.
ما هو Simple Word to PDF؟
Simple Word to PDF هو إضافة Chrome تم تطويرها بواسطة https://www.simplewordtopdf.com، والميزة الرئيسية لها هي "Simply convert your word documents (docx-doc) to pdf document format.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Simple Word to PDF
قم بتنزيل ملفات الامتداد Simple Word to PDF بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Following are the features our service(Simple Word to PDF) provides:
Convert word documents to pdf format.
Supports both doc and docx formats.
After converting word to pdf, you can also protect pdf with following options:
Apply user password
Apply owner password
Allow or block Printing of pdf
Allow or block copy contents of the pdf
Allow or deny to edit contents of the pdf
Allow or block screen readers on pdf
Allow or block modify annotations in pdf معلومات أساسية عن التمديد
| الاسم | |
| ID | niepgnedfieeafongdcjhppiamaeliec |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/simple-word-to-pdf/niepgnedfieeafongdcjhppiamaeliec |
| الوصف | Simply convert your word documents (docx-doc) to pdf document format. |
| حجم الملف | 11.11 KB |
| عدد التثبيتات | 27 |
| النسخة الحالية | 1.0 |
| آخر تحديث | 2019-11-18 |
| تاريخ النشر | 2019-11-17 |
| المطور | https://www.simplewordtopdf.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://www.simplewordtopdf.com/ |
| عنوان صفحة سياسة الخصوصية | https://www.rawimageconverter.com/privacypolicy.html |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Simple Word to PDF",
"default_locale": "en",
"description": "Simply convert your word documents (docx-doc) to pdf document format.",
"background": {
"scripts": [
"background.js"
]
},
"version": "1.0",
"icons": {
"16": "images\/icon-16.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"browser_action": {
"default_icon": "images\/icon-128.png"
}
} | |