My Page
Customize any webpage and make it your own.
My Pageคืออะไร?
My Page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mr. Teachnology Inc. และคุณลักษณะหลักของมันคือ "Customize any webpage and make it your own."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย My Page
ดาวน์โหลดไฟล์ส่วนขยาย My Page ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
My Page by Mr. Teachnology / Jay Murphy My Page is a must have for any 21st Century Educator with the desire to engage every learner. Break past the boundaries of the antiquated brochure projects and poster board presentations and dive deep into student creativity. With My Page, students can easily modify web data, to create custom sites to show what they know. This multi-modality approach is perfect for hands on and visual learners, as they watch their words fill a virtual space, that is all too often lacking in the modern day classroom. Once the My Page extension has been added to your device, simply click the extension, visit an existing web page, click the activate button and let freedom fly. When you are ready to capture your work of art, simply go back to the extension and click the screenshot button and that’s it. My Page is not just for educators. Bring My Page into the home and create personalized gifts for friends and family. Add pictures to text and make family memories the focus of any website. My Page was created by an educator for educators and can exist only through your generosity. Please consider supporting our future work by making a donation to the paypal link embedded within the extension itself. Unlock any webpage and make the changes you desire. From images to text, all types of changes are possible. My Page is great for school assignments, greeting cards, jokes, special occasions and more. My Page will allow you to change any text on any web page.... My Page will allow you to add and change images on most webpages too All changes are temporary and can be undone by refreshing your browser. Save your changes with a screenshot. For questions or support please contact [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | My Page |
ID | lpagancjehbolifojjhhiplcpckligln |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/my-page/lpagancjehbolifojjhhiplcpckligln |
คำอธิบาย | Customize any webpage and make it your own. |
ขนาดไฟล์ | 265 KB |
จำนวนการติดตั้ง | 256 |
เวอร์ชันปัจจุบัน | 1.8 |
อัปเดตครั้งล่าสุด | 2020-07-03 |
วันที่เผยแพร่ | 2020-07-03 |
คะแนน | 4.86/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | Mr. Teachnology Inc. |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.mrteachnology.com |
URL หน้าช่วยเหลือ | https://www.mrteachnology.com |
URL หน้านโยบายความเป็นส่วนตัว | http://www.jaymurphy.org |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "My Page", "description": "Customize any webpage and make it your own.", "version": "1.8", "background": { "persistent": true, "scripts": [ "js\/background.js", "js\/jquery.min.js" ] }, "browser_action": { "default_popup": "popup.html", "default_icon": "icons\/icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery.min.js", "js\/jquery-ui.js", "js\/myscript.js" ], "css": [ "css\/modal.css", "css\/jquery-ui.css" ] } ], "icons": { "128": "icons\/icon.png", "16": "icons\/icon.png", "48": "icons\/icon.png" }, "permissions": [ "activeTab" ] } |