Save Webpage as Docx
Lưu trang Web dưới dịnh dạng Docx
What is Save Webpage as Docx?
Save Webpage as Docx is a Chrome extension developed by Sách Mềm, and its main feature is "Lưu trang Web dưới dịnh dạng Docx".
Extension Screenshots
Download Save Webpage as Docx Extension CRX File
Download Save Webpage as Docx extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Tiện ích giúp lưu trang Web dưới định dạng Docx, Microsoft Word. PRIVACY POLICY:https://docs.google.com/document/d/1wO_vmJ_Zd-gY0_2ttbLtM20eeNdL22qsdB8bQa5hAsM/edit
Extension Basic Information
Name | |
ID | nngakbhgkokeenjjncalkjobnhemihli |
Official URL | https://chrome.google.com/webstore/detail/save-webpage-as-docx/nngakbhgkokeenjjncalkjobnhemihli |
Description | Lưu trang Web dưới dịnh dạng Docx |
File Size | 59.52 KB |
Installation Count | 5,000 |
Current Version | 0.1.5 |
Last Updated | 2019-10-11 |
Publish Date | 2019-10-10 |
Rating | 3.11/5 Total 19 Ratings |
Developer | Sách Mềm |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://docs.google.com/document/d/1wO_vmJ_Zd-gY0_2ttbLtM20eeNdL22qsdB8bQa5hAsM/edit |
Supported Languages | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save Webpage as Docx", "description": "L\u01b0u trang Web d\u01b0\u1edbi d\u1ecbnh d\u1ea1ng Docx", "author": "NTH", "version": "0.1.5", "permissions": [ "contextMenus" ], "background": { "scripts": [ "background.js" ] }, "icons": { "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "c.css" ], "js": [ "jquery.js", "extension.js" ] } ], "manifest_version": 2 } |