ACM Paper Formatted Download
Download file name
ما هو ACM Paper Formatted Download؟
ACM Paper Formatted Download هو إضافة Chrome تم تطويرها بواسطة raphaeltnfsh، والميزة الرئيسية لها هي "Download file name".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ACM Paper Formatted Download
قم بتنزيل ملفات الامتداد ACM Paper Formatted Download بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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"
معلومات أساسية عن التمديد
الاسم | ![]() |
ID | bpodclfpdflmpddocmhainafbgdbklpk |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/acm-paper-formatted-downl/bpodclfpdflmpddocmhainafbgdbklpk |
الوصف | Download file name |
حجم الملف | 46.08 KB |
عدد التثبيتات | 15 |
النسخة الحالية | 1.4 |
آخر تحديث | 2014-04-18 |
تاريخ النشر | 2014-04-18 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | raphaeltnfsh |
نوع الدفع | free |
اللغات المدعومة | 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" ] } ] } |