Clear This Page

Bypass the clutter from any web article

Clear This Pageคืออะไร?

Clear This Page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://clearthis.page และคุณลักษณะหลักของมันคือ "Bypass the clutter from any web article"

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

screenshot
screenshot

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

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

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

                        This service takes any web article or news page and returns only the relevant content, freeing you from any clutter, including ads, paywalls, article limits, popups and more.

Trigger the extension by clicking on its icon or using the context menu (right click of the mouse) on any page or link.                    

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

ชื่อ Clear This Page Clear This Page
ID jhmmoamfcbidmbmnphlimaombiflfalm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/clear-this-page/jhmmoamfcbidmbmnphlimaombiflfalm
คำอธิบาย Bypass the clutter from any web article
ขนาดไฟล์ 5.67 KB
จำนวนการติดตั้ง 6,113
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2019-03-08
วันที่เผยแพร่ 2019-03-08
คะแนน 4.33/5 รวมทั้งหมด 33 คะแนน
ผู้พัฒนา http://clearthis.page
อีเมล [email protected]
เว็บไซต์ส่วนขยาย https://clearthis.page
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clear This Page",
    "description": "Bypass the clutter from any web article",
    "version": "1.2",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "browser_action": {
        "name": "Click to extract content from the current browser tab"
    },
    "icons": {
        "128": "icon1.png"
    },
    "manifest_version": 2
}