Sierra for Chrome

Reduce memory (RAM) usage and enhance browser performance with Sierra for Chrome.

Sierra for Chromeคืออะไร?

Sierra for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Aspen Code และคุณลักษณะหลักของมันคือ "Reduce memory (RAM) usage and enhance browser performance with Sierra for Chrome."

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

screenshot

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

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

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

                        Massively cut-down memory consumption by using Sierra for Chrome.

Hey! We've recently launched this extension on the Web Store to help users get the most out of their browser by reducing memory (RAM) usage and other performance-boosting features.

Sierra for Chrome yields upgrades on browser performance and resource consumption, particularly RAM by managing how memory is being allocated and monitoring idle background tabs.

If you enjoy Sierra's memory-saving and performance-boosting functionality, PLEASE RATE US! We'd be grateful.

How you can support us:
- Tell us your thoughts
- Share Sierra with your friends
- Rate Sierra on the Web Store 
- Give us suggestions on features and functionality you like - we'll make it happen.
- Report any issues

If you have any queries, please contact us at [email protected]

Copyright (c) 2017 Aspen Code. All Rights Reserved.                    

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

ชื่อ Sierra for Chrome Sierra for Chrome
ID faodanlpdbnpfnbjekababekhpmphfho
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sierra-for-chrome/faodanlpdbnpfnbjekababekhpmphfho
คำอธิบาย Reduce memory (RAM) usage and enhance browser performance with Sierra for Chrome.
ขนาดไฟล์ 1.22 MB
จำนวนการติดตั้ง 590
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2017-10-30
วันที่เผยแพร่ 2017-10-30
คะแนน 4.44/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา Aspen Code
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sierra for Chrome",
    "description": "Reduce memory (RAM) usage and enhance browser performance with Sierra for Chrome.",
    "version": "0.0.1",
    "author": "Aspen Code",
    "minimum_chrome_version": "54",
    "permissions": [
        "tabs",
        "storage",
        "alarms",
        "contextMenus",
        "unlimitedStorage",
        "",
        "*:\/\/*\/",
        "http:\/\/fonts.googleapis.com\/",
        "https:\/\/fonts.googleapis.com\/",
        "https:\/\/fonts.gstatic.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "web_accessible_resources": [
                "content.css",
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "Sierra.png",
        "default_title": "Sierra for Chrome",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "Sierra.png",
        "48": "Sierra.png",
        "128": "Sierra.png"
    },
    "short_name": "Sierra"
}