Page Editable

Edit any webpage — no coding needed

Page Editableคืออะไร?

Page Editable เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://petasittek.com และคุณลักษณะหลักของมันคือ "Edit any webpage — no coding needed"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Page Editable ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Whether you're a student, online researcher, journalist, digital marketer, website tester, or an everyday internet user, Page Editable provides an easy and user-friendly tool to make the web your canvas.

🚀 Features
  ⭐️ Edit text on any webpage instantly
  ⭐️ User-friendly interface – no coding skills needed
  ⭐️ Text formatting shortcuts for bold, italic and underline
  ⭐️ Changes are only visible to you
  ⭐️ Quickly enable/disable edit mode with keyboard shortcuts

🚀 Text formatting
  ⭐️ Ctrl + B (Windows/Linux) or Cmd + B (Mac) for bold
  ⭐️ Ctrl + I (Windows/Linux) or Cmd + I (Mac) for italic
  ⭐️ Ctrl + U (Windows/Linux) or Cmd + U (Mac) for underline

🚀 Use Cases
  ⭐️ Students: Looking to annotate a study material? Quickly change and highlight text on an educational webpage in real time for effective learning.
  ⭐️ Web designers/developers: Testing webpage copy? Use Page Editable to demo changes and see how your site would look with alternative text.
  ⭐️ Digital marketers and SEO’s: Want to preview how a page would look with optimized SEO keywords? Experiment with different keywords and phrases to ensure they fit naturally in the page before implementing.
  ⭐️ Journalists/bloggers: Drafting an article? Make notes directly on the webpage you’re researching, or rephrase paragraphs directly for improved clarity.
  ⭐️ Team members: Obtain screenshots featuring your suggested changes to use in your team discussions.

🚀 Preserving your changes
  ⭐️ All edits are local, your changes do not alter the actual webpage online
  ⭐️ There are various ways to keep your changes: you can take screenshot, print webpage as PDF or save it as HTML

🚀 Privacy policy
  ⭐️ Page Editable doesn't collect or store any personal information
  ⭐️ No data are transmitted to anywhere, ever

Designed with a commitment to simplicity and usability

Completely free and with no ads

Made with ❤️ by Peta Sittek                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Page Editable Page Editable
ID cgabniohaoonignekmccaokemleikocc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/page-editable/cgabniohaoonignekmccaokemleikocc
คำอธิบาย Edit any webpage — no coding needed
ขนาดไฟล์ 32.43 KB
จำนวนการติดตั้ง 1,267
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2023-09-20
วันที่เผยแพร่ 2023-09-20
คะแนน 4.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://petasittek.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.petasittek.com/page-editable/
URL หน้าช่วยเหลือ https://petasittek.zendesk.com/hc/en-us/requests/new
URL หน้านโยบายความเป็นส่วนตัว https://www.petasittek.com/chrome-extensions-privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Page Editable",
    "description": "Edit any webpage \u2014 no coding needed",
    "version": "1.0.2",
    "author": "Peta Sittek",
    "homepage_url": "https:\/\/www.petasittek.com\/page-editable\/",
    "icons": {
        "16": "16.0a01ee85.png",
        "32": "32.dcd03482.png",
        "48": "48.5442199a.png",
        "128": "128.2a9f6f9d.png"
    },
    "action": {
        "default_title": "Page Editable",
        "default_popup": "popup.42d7b364.html",
        "default_icon": {
            "16": "16.0a01ee85.png",
            "19": "19.4a3d5fff.png",
            "24": "24.6e2cb49d.png",
            "32": "32.dcd03482.png",
            "38": "38.c2c165c6.png",
            "48": "48.5442199a.png",
            "128": "128.2a9f6f9d.png"
        }
    },
    "background": {
        "service_worker": "service-worker.9bc20e53.js"
    },
    "commands": {
        "_execute_action": {
            "description": "Activate the extension"
        },
        "edit-mode-toggle": {
            "description": "Toggle edit mode"
        }
    },
    "permissions": [
        "activeTab",
        "commands",
        "scripting",
        "storage"
    ]
}