Page Editor

EDITS ANY PAGE! Good for pranking and trolling your friends! A very funny extension. Update 11/28/2016 Good news! Version 3 may…

Page Editor란 무엇입니까?

Page Editor은(는) Daniel W에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "EDITS ANY PAGE! Good for pranking and trolling your friends! A very funny extension. Update 11/28/2016 Good news! Version 3 may…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        EDITS ANY PAGE! Good for pranking and trolling your friends!

A very funny extension.

Update 11/28/2016

Good news! Version 3 may or may not be coming out soon.

Update 5/23/2016

To you 5K users, thank you all for supporting this extension! Like I said in a previous update, I can't believe this extension has grown so much.

Update 2/7/2016

Wow! 3000 users!

Update 10/1/2015

1000 users! Never thought this would happen

=====================

200 Users! Thank you everybody!

======================

Update 10/7/2014
- Fixed crashing when browser closes

======================

Testimonials:

-- "I was skeptical at first, as this extension was rather new, but I decided to give it a shot. To my amazement, this extension allowed me to change the text of webpages quite easily. This is one of the few extensions that I've seen with 'truth with advertising'." 
Tristan Flores, author of "The Best of the Internet: A Collection"

-- "I like this extension because it allows me to do things like never before." David Thigpen, owner of Thigpen Laboratories                    

확장 프로그램 기본 정보

이름 Page Editor Page Editor
ID gjhhlkjfglilanfckcmnjdhpapdmiijk
공식 URL https://chromewebstore.google.com/detail/page-editor/gjhhlkjfglilanfckcmnjdhpapdmiijk
설명 EDITS ANY PAGE! Good for pranking and trolling your friends! A very funny extension. Update 11/28/2016 Good news! Version 3 may…
파일 크기 7.5 KB
설치 횟수 10,000
현재 버전 2.3.2
최근 업데이트 2023-05-05
출시 날짜 2016-11-28
평점 3.97/5 총 78 개의 평점
개발자 Daniel W
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://danielw.org
도움말 페이지 URL http://danielw.org
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Page Editor",
    "version": "2.3.2",
    "permissions": [
        "activeTab",
        "tabs",
        "background"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "noedit.png"
    },
    "browser_action": {
        "default_title": "Ability to (temporarily) edit any webpage",
        "default_icon": "noedit.png"
    },
    "manifest_version": 2
}