ACM Paper Formatted Download

Download file name

Was ist ACM Paper Formatted Download?

ACM Paper Formatted Download ist eine Chrome-Erweiterung, die von raphaeltnfsh entwickelt wurde, und ihr Hauptmerkmal ist "Download file name".

Erweiterungsscreenshots

screenshot
screenshot

ACM Paper Formatted Download-Erweiterungs-CRX-Datei herunterladen

Laden Sie ACM Paper Formatted Download-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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"                    

Grundlegende Informationen zur Erweiterung

Name ACM Paper Formatted Download ACM Paper Formatted Download
ID bpodclfpdflmpddocmhainafbgdbklpk
Offizielle URL https://chrome.google.com/webstore/detail/acm-paper-formatted-downl/bpodclfpdflmpddocmhainafbgdbklpk
Beschreibung Download file name
Dateigröße 46.08 KB
Installationsanzahl 15
Aktuelle Version 1.4
Letztes Update 2014-04-18
Veröffentlichungsdatum 2014-04-18
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler raphaeltnfsh
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}