In the manifest file you should have this: "content_scripts": [ { "matches": ["*://*.pdf"], "js": ["background.js"] } ].
確定! 回上一頁