FixIEEEPDF
Remove frame/banner above IEEEXplore PDF files
Vad är FixIEEEPDF?
FixIEEEPDF är en Chrome-tillägg utvecklad av stevenmblair, och dess huvudfunktion är "Remove frame/banner above IEEEXplore PDF files".
Tilläggsskärmbilder
Ladda ner FixIEEEPDF-förlängningens CRX-fil
Ladda ner FixIEEEPDF-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Removes the frame/banner above IEEEXplore PDF files. This makes better use of the vertical screen space, and allows the PDF to be saved when using the Chrome PDF viewer.
Grundläggande Information om Tillägg
Namn | FixIEEEPDF |
ID | gigbombkfogfombmlobjchidodimgiam |
Officiell webbadress | https://chromewebstore.google.com/detail/fixieeepdf/gigbombkfogfombmlobjchidodimgiam |
Beskrivning | Remove frame/banner above IEEEXplore PDF files |
Filstorlek | 3.43 KB |
Antal Installationer | 54 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2017-09-28 |
Publiceringsdatum | 2017-09-28 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | stevenmblair |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/stevenblair/ieeepdf |
Stödda Språk | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FixIEEEPDF", "version": "1.1", "manifest_version": 2, "description": "Remove frame\/banner above IEEEXplore PDF files", "content_scripts": [ { "matches": [ "http:\/\/ieeexplore.ieee.org\/*" ], "js": [ "FixIEEEPDF.js" ] } ], "permissions": [ "http:\/\/ieeexplore.ieee.org\/" ] } |