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