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
公式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
Eメール [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
}