Fluid Page

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

Fluid Pageคืออะไร?

Fluid Page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย omeriko9 และคุณลักษณะหลักของมันคือ "Allow editing of every web page, for your pleasure. Based on code written by Rony Shohat."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fluid Page

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}