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文件

下載Page Editor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}