ACM Paper Formatted Download
Download file name
Wat is ACM Paper Formatted Download?
ACM Paper Formatted Download is een Chrome-extensie ontwikkeld door raphaeltnfsh, en de belangrijkste functie is "Download file name".
Extensie Screenshots
Download het CRX-bestand van de extensie ACM Paper Formatted Download
Download ACM Paper Formatted Download-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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"
Basisinformatie over de Extensie
Naam | ![]() |
ID | bpodclfpdflmpddocmhainafbgdbklpk |
Officiële URL | https://chrome.google.com/webstore/detail/acm-paper-formatted-downl/bpodclfpdflmpddocmhainafbgdbklpk |
Beschrijving | Download file name |
Bestandsgrootte | 46.08 KB |
Aantal Installaties | 15 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2014-04-18 |
Publicatiedatum | 2014-04-18 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | raphaeltnfsh |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |