paper in Chrome with OffiDocs
paper Chrome web store extension
DESCRIPTION:
Run the Chrome online web store extension paper using OffiDocs Chromium online.
A simple paper theme, including tabs, frames, background, Light mode only. Background image is 2560*1440. I uploaded this because I…
A simple paper theme, including tabs, frames, background, Light mode only. Background image is 2560*1440. I uploaded this because I can't find one, end up I spent 2 hours to make this. So why not just upload it here?! Enjoy!
for fully paper texture for almost every website you view. use "stylus" and put the following css snippet inside:
/* Paper Background Overlay for Browser */
:root {
--paper-opacity: 0.50;
}
@media (prefers-color-scheme: dark) {
:root {
--paper-opacity: 0.40;
}
}
/* Paper texture overlay */
body::after {
content: "";
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
background-image: url("https://i.imgur.com/qYeCAiu.jpeg");
background-size: 2048px;
background-repeat: repeat;
opacity: var(--paper-opacity);
background-attachment: fixed;
mix-blend-mode: multiply;
z-index: 0;
}
paper web extension integrated with the OffiDocs Chromium online