WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Google Gemini Folders & Chat organizer - Fast Folders

Google Gemini Folders & Chat organizer - Fast Folders

View on Chrome Web Store
View Google Gemini Folders & Chat organizer - Fast Folders Chrome Extension on Chrome Web Store
Add to bookmarks
3.8 (18 ratings)
1 new ratings
18 views
This extension has been viewed 18 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Quickly create, organize and access chat folders for Google Gemini.
Type
Extension
Users
3,000 users
500
EssJayDev
View author page of EssJayDev
Featured Extension

Hand-picked for quality and usefulness

Published
Published on January 21, 2025
Version 2.0.11
Manifest version
3
Updated
Updated on September 4, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Google Gemini Folders & Chat organizer - Fast Folders Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Google Gemini Folders & Chat organizer - Fast Folders",
    "version": "2.0.11",
    "description": "Quickly create, organize and access chat folders for Google Gemini.",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.gemini.google.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "public\/popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.gemini.google.com\/*"
            ],
            "js": [
                "bundle.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                "ExtPay.js"
            ],
            "run_at": "document_start"
        }
    ],
    "options_page": "options\/options.html",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; style-src 'self' 'unsafe-inline'",
        "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "content.css"
            ],
            "matches": [
                "https:\/\/*.google.com\/*"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top