Fluid Page

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

What is Fluid Page?

Fluid Page is a Chrome extension developed by omeriko9, and its main feature is "Allow editing of every web page, for your pleasure. Based on code written by Rony Shohat.".

Extension Screenshots

screenshot

Download Fluid Page Extension CRX File

Download Fluid Page extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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).                    

Extension Basic Information

Name Fluid Page Fluid Page
ID fgpgdjgeoadkigpbnkhobdbgmjifnpaa
Official URL https://chromewebstore.google.com/detail/fluid-page/fgpgdjgeoadkigpbnkhobdbgmjifnpaa
Description Allow editing of every web page, for your pleasure. Based on code written by Rony Shohat.
File Size 22.93 KB
Installation Count 704
Current Version 2.2
Last Updated 2022-07-04
Publish Date 2015-07-27
Rating 4.73/5 Total 11 Ratings
Developer omeriko9
Email [email protected]
Payment Type free
Supported Languages 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"
}