mywebook clipping tool
Use mywebook clipping tool to save articles, videos, images, products and more to your account for later reading and easy access.
mywebook clipping toolคืออะไร?
mywebook clipping tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.mywebook.com และคุณลักษณะหลักของมันคือ "Use mywebook clipping tool to save articles, videos, images, products and more to your account for later reading and easy access."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย mywebook clipping tool
ดาวน์โหลดไฟล์ส่วนขยาย mywebook clipping tool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Mywebook is a new, dynamic, global and innovative platform providing services for fast internet navigation and personalization of content. It is an ideal homepage! Quickly and easily you can explore, save and organize, what you like on the web. It is also an ideal bookmark manager. When you want to bookmark articles, videos and more in Chrome that you want to view later, use mywebook. Save articles, videos, recipes, and web pages you find online and access them whenever you want, from your pc, mobile or tablet.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | mywebook clipping tool |
ID | pmdnlbnecibhnahdcenfjpinmffahfmg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/mywebook-clipping-tool/pmdnlbnecibhnahdcenfjpinmffahfmg |
คำอธิบาย | Use mywebook clipping tool to save articles, videos, images, products and more to your account for later reading and easy access. |
ขนาดไฟล์ | 298 KB |
จำนวนการติดตั้ง | 3,482 |
เวอร์ชันปัจจุบัน | 1.0.38 |
อัปเดตครั้งล่าสุด | 2021-01-06 |
วันที่เผยแพร่ | 2019-12-15 |
คะแนน | 4.57/5 รวมทั้งหมด 14 คะแนน |
ผู้พัฒนา | https://www.mywebook.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.mywebook.com |
URL หน้าช่วยเหลือ | https://www.mywebook.com/#!/app/help/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.mywebook.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.38", "name": "mywebook clipping tool", "short_name": "mywebook", "description": "Use mywebook clipping tool to save articles, videos, images, products and more to your account for later reading and easy access.", "manifest_version": 2, "minimum_chrome_version": "5.0", "icons": { "16": "data\/icon\/icon-16.png", "128": "data\/icon\/icon-128.png" }, "default_locale": "en", "background": { "page": "data\/background\/background.html" }, "browser_action": { "default_icon": { "16": "data\/icon\/icon-16.png", "48": "data\/icon\/icon-48.png", "128": "data\/icon\/icon-128.png" }, "default_title": "Mywebook", "default_popup": "data\/popup\/popup.html" }, "permissions": [ "tabs", "storage", "https:\/\/www.mywebook.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.mywebook.com\/*" ], "js": [ "data\/content\/content.js" ], "run_at": "document_end" } ] } |