Firefly
This extension lets you discard tabs, improves chrome browser performance
What is Firefly?
Firefly is a Chrome extension developed by ankitr459, and its main feature is "This extension lets you discard tabs, improves chrome browser performance".
Extension Screenshots
Download Firefly Extension CRX File
Download Firefly extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This minimalistic extension lets you manage unused tabs and improves chrome browser performance.
Extension Basic Information
Name | |
ID | opanbafokclondcmffamoohbgekeamio |
Official URL | https://chromewebstore.google.com/detail/firefly/opanbafokclondcmffamoohbgekeamio |
Description | This extension lets you discard tabs, improves chrome browser performance |
File Size | 293 KB |
Installation Count | 103 |
Current Version | 1.0 |
Last Updated | 2020-03-07 |
Publish Date | 2020-03-07 |
Rating | 5.00/5 Total 1 Ratings |
Developer | ankitr459 |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Firefly", "description": "This extension lets you discard tabs, improves chrome browser performance", "version": "1.0", "browser_action": { "default_icon": "latest.png", "default_popup": "popup.html" }, "permissions": [ "system.memory", "activeTab", "tabs" ] } |