Page Eraser

Easily erase unwanted elements from web pages.

Page Eraserคืออะไร?

Page Eraser เป็นส่วนขยายของ Chrome ที่พัฒนาโดย zamtools และคุณลักษณะหลักของมันคือ "Easily erase unwanted elements from web pages."

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

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

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

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

                        Page Eraser is a Chome extension that lets you erase elements on a page. Use it to remove sidebars, distracting content and even Flash banner ads, all while maintaining the layout of the page.

Simply click the button (or press Ctrl+Shift+E) to enable it, and click the element you want to erase; It couldn't be easier. If you want to get the content back, just refresh the browser. 

Page Eraser can even be configured to NOT maintain layout, allowing the page to reorganize itself when elements are erased.

2.2: Incognito support added. Be sure to check the Options to see how incognito pages are stored and can be removed!
2.1: Chrome 20 is now the minimum browser version Page Eraser can support. This should solve many of the issues with the extension not working on certain version on OSX.
2.0: MAJOR UPDATE!
- Page Eraser now persists erasers even between visits and page refreshes!
- Erasers can be removed from individual pages from the options page.
- https:// sites such as Twitter and Facebook are now supported
- Fewer permissions needed, resulting in less ambiguous warnings during installation
- Eraser fade out time can be configured in the options page

NOTE: Please remember to refresh any open tabs the first time you install Page Eraser.                    

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

ชื่อ Page Eraser Page Eraser
ID ekofpchjmoalonajopdeegdappocgcmj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/page-eraser/ekofpchjmoalonajopdeegdappocgcmj
คำอธิบาย Easily erase unwanted elements from web pages.
ขนาดไฟล์ 94.59 KB
จำนวนการติดตั้ง 21,097
เวอร์ชันปัจจุบัน 2.2.1
อัปเดตครั้งล่าสุด 2012-08-24
วันที่เผยแพร่ 2012-08-24
คะแนน 3.73/5 รวมทั้งหมด 302 คะแนน
ผู้พัฒนา zamtools
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ http://www.zamtools.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Page Eraser",
    "version": "2.2.1",
    "manifest_version": 2,
    "description": "Easily erase unwanted elements from web pages.",
    "minimum_chrome_version": "20",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon32.png"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [],
            "js": [
                "jquery-1.7.2.min.js",
                "jquery.copyCSS.js",
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "incognito": "split",
    "web_accessible_resources": [
        "cursor24.png"
    ]
}