ACM Paper Formatted Download

Download file name

What is ACM Paper Formatted Download?

ACM Paper Formatted Download is a Chrome extension developed by raphaeltnfsh, and its main feature is "Download file name".

Extension Screenshots

screenshot
screenshot

Download ACM Paper Formatted Download Extension CRX File

Download ACM Paper Formatted Download 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

                        Insert "one click download" link,
which will save PDF to formatted file name.

Ex. "140418_EA CHI '13_TangibleRings- nestable circular tangibles.pdf"
instead of "p1617-ebert.pdf"                    

Extension Basic Information

Name ACM Paper Formatted Download ACM Paper Formatted Download
ID bpodclfpdflmpddocmhainafbgdbklpk
Official URL https://chrome.google.com/webstore/detail/acm-paper-formatted-downl/bpodclfpdflmpddocmhainafbgdbklpk
Description Download file name
File Size 46.08 KB
Installation Count 15
Current Version 1.4
Last Updated 2014-04-18
Publish Date 2014-04-18
Rating 5.00/5 Total 1 Ratings
Developer raphaeltnfsh
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ACM Paper Formatted Download",
    "description": "Download file name",
    "version": "1.4",
    "permissions": [
        "http:\/\/dl.acm.org\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/dl.acm.org\/*"
            ],
            "js": [
                "jquery-1.11.0.min.js",
                "moment.js",
                "myscript.js"
            ]
        }
    ]
}