recrun

Retain essential content, remove unwanted noise.

recrunคืออะไร?

recrun เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dannyadam.com และคุณลักษณะหลักของมันคือ "Retain essential content, remove unwanted noise."

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

screenshot

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

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

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

                        recrun is an acronym that stands for "retain essential content, remove unwanted noise". It presents article web pages in a format optimized for reading.

To use recrun, install the extension, navigate to an article web page, and click the eyeglasses icon in the Chrome toolbar (there is an arrow pointing to this icon in the recrun screenshot).

Optionally, recrun can use the Diffbot Article API to extract relevant content. A Diffbot token is required for this, and must be entered in recrun's options. If Diffbot is enabled, each usage of recrun will make a Diffbot API call with your Diffbot token, using the url of the page that you are viewing. By default, media specified in the Diffbot response will be retrieved and displayed in the recrun overlay. This can be disabled in recrun's options. By default, recrun's output uses the *html* field from the Diffbot response. This can be disabled in recrun's options.

recrun's options (including Diffbot token), are saved unencrypted in localStorage.                    

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

ชื่อ recrun recrun
ID ocikmakgbemmhogikcbcbkebeephjcno
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/recrun/ocikmakgbemmhogikcbcbkebeephjcno
คำอธิบาย Retain essential content, remove unwanted noise.
ขนาดไฟล์ 85.07 KB
จำนวนการติดตั้ง 75
เวอร์ชันปัจจุบัน 3.4.5
อัปเดตครั้งล่าสุด 2022-02-24
วันที่เผยแพร่ 2020-06-03
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://dannyadam.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/dstein64/recrun
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "options_ui": {
        "page": "src\/options.html"
    },
    "description": "Retain essential content, remove unwanted noise.",
    "manifest_version": 2,
    "name": "recrun",
    "version": "3.4.5",
    "browser_action": {
        "default_icon": "icons\/icon38.png"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "src\/background.js"
        ]
    },
    "web_accessible_resources": [
        "src\/loader.gif",
        "src\/style.css",
        "src\/options.html",
        "src\/iframe.html",
        "src\/content.html"
    ]
}