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
电子邮箱 [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"
}