简体   繁体   English

有人可以帮助我更改Chrome的Google字典扩展的不透明度吗?

[英]Can somebody help me change the opacity of the Google Dictionary Extension for Chrome?

I've tried going through the CSS, HTML, and Javascript files in the extension but nothing I try seems to work. 我已经尝试了扩展中的CSS,HTML和Javascript文件,但我尝试的任何方法似乎都无效。 I have very little experience with CSS, HTML, and Javascript, so I was wondering if anybody would be able to figure out how to change the opacity of the popup that comes up when you double click a word with that extension. 我对CSS,HTML和Javascript的了解很少,所以我想知道是否有人能够弄清楚如何更改带有扩展名的单词时出现的弹出窗口的不透明度。 Thanks! 谢谢! This is the extension: https://chrome.google.com/webstore/detail/google-dictionary-by-goog/mgijmajocgfcbeboacabfgobmjgjcoja?hl=en 这是扩展名: https : //chrome.google.com/webstore/detail/google-dictionary-by-goog/mgijmajocgfcbeboacabfgobmjgjcoja?hl=zh-CN

If you change background:#ffc!important; 如果您更改background:#ffc!important; in content_css_main.css to something with opacity like rgba(255, 255, 204, 0.5)!important; content_css_main.css中不透明的东西,例如rgba(255, 255, 204, 0.5)!important; that should do the trick. 这应该够了吧。 You might have to restart Chrome (at least) or repackage it to get the change to take effect. 您可能必须重新启动Chrome(至少)或对其重新打包,以使更改生效。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 有人可以用一些逻辑来帮助我吗? - Can somebody help me with some logic? Google Chrome扩展程序帮助:更改单击标记的背景颜色 - Google chrome extension help : change the background-color of the clicked tag 有人可以帮助我吗? 在 React 中找不到问题 - Can somebody help me? Can't find problem in React 有人可以帮助我找到带有链接的ng内容的定位器吗? - Can somebody help me with locators for ng-contents with links? discord.js中的“未定义”错误,有人可以帮助我吗? - “Undefined” Error in discord.js, can somebody help me? 有人可以帮我解决几何变换问题吗? - Can somebody please help me with a geometric transformation problem? 有人可以帮我解码这个。 看起来像 Javascript 或 Json - Can somebody help me decode this. Looks like Javascript or Json 有人可以使用Lodash / Underscore / Javascript / jQuery帮助我吗? - Can somebody help me using Lodash/Underscore/Javascript/jQuery? 有人可以帮助我使用网络应用程序来模拟图像传输吗? - Can somebody help me with a web application for a simulation of transfer of images 有人可以帮助我理解这段代码中发生的事情吗 - Can somebody help me in understanding what is happening in this piece of code
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM