My Page

Customize any webpage and make it your own.

My Page란 무엇입니까?

My Page은(는) Mr. Teachnology Inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Customize any webpage and make it your own."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

My Page 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    ]
}