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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
}