WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Glance - Automatically rename downloaded file

Glance - Automatically rename downloaded file

View on Chrome Web Store
View Glance - Automatically rename downloaded file Chrome Extension on Chrome Web Store
Add to bookmarks
3.9 (7 ratings)
1 new ratings
3 views
This extension has been viewed 3 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.

超实用的浏览器插件Glance,自动命名网页上下载的文件! 有没有遇到过这种情况:下载了一堆PDF论文、图片等文档,结果文件名全是一串乱码或无意义数字?每次都要手动重命名,特别浪费时间!…
Type
Extension
Users
1,000 users
11
lgh897805928
View author page of lgh897805928
Published
Published on July 25, 2024
Version 1.8.0
Manifest version
3
Updated
Updated on May 7, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Glance - Automatically rename downloaded file 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": "Glance - Automatically rename downloaded file",
    "version": "1.8.0",
    "permissions": [
        "downloads",
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "type": "module",
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "js\/content_script.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/logo.png",
            "48": "img\/logo.png",
            "128": "img\/logo.png"
        }
    }
}
© 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