Memory Saver
Extension unloads not active tabs from RAM. Chrome can use less memory
Memory Saverとは何ですか?
Memory Saverはalexpts3によって開発されたChromeの拡張機能で、その主な機能は「Extension unloads not active tabs from RAM. Chrome can use less memory」です。
拡張機能のスクリーンショット
Memory Saver拡張機能のCRXファイルをダウンロード
Memory Saver拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Each tab requires Chrome to store a web page in memory. If you frequently have more than 20 tabs open, consider using a more lightweight mechanism to keep track of pages to read and things to do. Plugin can help save your memory. You can send some tab to sleep and recovery it after return to back.
拡張機能の基本情報
名前 | Memory Saver |
ID | clfldjhhkpaihbcdbamcdgpiegepodfh |
公式URL | https://chromewebstore.google.com/detail/memory-saver/clfldjhhkpaihbcdbamcdgpiegepodfh |
説明 | Extension unloads not active tabs from RAM. Chrome can use less memory |
ファイルサイズ | 46.06 KB |
インストール数 | 535 |
現在のバージョン | 0.0.5 |
最終更新日 | 2019-10-21 |
公開日 | 2019-10-21 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | alexpts3 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://vk.com/memory_saver_chrome |
ヘルプページのURL | https://vk.com/memory_saver_chrome |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Memory Saver", "version": "0.0.5", "description": "Extension unloads not active tabs from RAM. Chrome can use less memory", "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "js\/promisify.js", "js\/background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": "img\/icon-panel.png" }, "icons": { "128": "img\/icon-panel.png" }, "content_security_policy": "script-src 'self' blob: filesystem: chrome-extension-resource: 'self' 'unsafe-eval'; object-src 'self' blob: filesystem:;" } |