Chromforter

Discard/suspend tabs to be restored; open downloads rather than save them

Chromforterคืออะไร?

Chromforter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย abliznyuk และคุณลักษณะหลักของมันคือ "Discard/suspend tabs to be restored; open downloads rather than save them"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        This extension brings to Chrome user experiences which are likely to be desired. 

Discard/suspend tabs on session/window restore. When this feature is enabled, only active tabs get loaded, while others stay suspended until you navigate them. This feature is most applicable for low internet bandwidth or machines with weak CPU or when too many tabs are open. So extension enforces Chrome to behave as other browsers do.

Discard arbitrary tab: unload heavy or disturbing page in order to return back to it when you are ready.

Open downloaded file locally and don't store it for one time review. Maintain downloads directory clean. Chrome has no option to open file instead of saving. The extension allows this. First, you download a file as usual. Then notification offers you to open file. If you agree to proceed, it will be removed automatically in an hour, or, if failed (in case Chrome is not launched, file is locked, etc.), on next Chrome startup.

...and more features are coming soon!

A user can disable any amendment by the extension to choose those which they need.

Browse with comfort!                    

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

ชื่อ Chromforter Chromforter
ID megkempkaejbjnmfpeddbmnbeonhjkkb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chromforter/megkempkaejbjnmfpeddbmnbeonhjkkb
คำอธิบาย Discard/suspend tabs to be restored; open downloads rather than save them
ขนาดไฟล์ 43.67 KB
จำนวนการติดตั้ง 38
เวอร์ชันปัจจุบัน 1.5.1
อัปเดตครั้งล่าสุด 2018-03-27
วันที่เผยแพร่ 2018-03-27
คะแนน 4.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา abliznyuk
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chromforter",
    "version": "1.5.1",
    "description": "__MSG_manifest_description__",
    "default_locale": "en",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "webNavigation",
        "notifications",
        "downloads",
        "downloads.open",
        "downloads.shelf",
        "alarms",
        "contextMenus",
        "storage"
    ],
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png"
        },
        "default_title": "Chromeforter",
        "default_popup": "browserAction\/popup.html"
    },
    "manifest_version": 2
}