Fluid Page

Allow editing of every web page, for your pleasure. Based on code written by Rony Shohat.

Fluid Pageとは何ですか?

Fluid Pageはomeriko9によって開発されたChromeの拡張機能で、その主な機能は「Allow editing of every web page, for your pleasure. Based on code written by Rony Shohat.」です。

拡張機能のスクリーンショット

screenshot

Fluid Page拡張機能のCRXファイルをダウンロード

Fluid Page拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension lets anyone edit the current web page, after clicking it.
Another click will end the edit.

Fun for joking with your friends, sending them weird screenshots  (like a Wiki page on their name).                    

拡張機能の基本情報

名前 Fluid Page Fluid Page
ID fgpgdjgeoadkigpbnkhobdbgmjifnpaa
公式URL https://chromewebstore.google.com/detail/fluid-page/fgpgdjgeoadkigpbnkhobdbgmjifnpaa
説明 Allow editing of every web page, for your pleasure. Based on code written by Rony Shohat.
ファイルサイズ 22.93 KB
インストール数 704
現在のバージョン 2.2
最終更新日 2022-07-04
公開日 2015-07-27
評価 4.73/5 合計 11 レビュー
開発者 omeriko9
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "description": "Allow editing of every web page, for your pleasure. Based on code written by Rony Shohat.",
    "icons": {
        "128": "icon.png",
        "16": "icon_16.png",
        "48": "icon_48.png",
        "64": "icon_64.png"
    },
    "manifest_version": 2,
    "name": "Fluid Page",
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "version": "2.2"
}