Page Box Shadow
Prettify your page by adding box shadows to elements
What is Page Box Shadow?
Page Box Shadow is a Chrome extension developed by balinko007, and its main feature is "Prettify your page by adding box shadows to elements".
Extension Screenshots
Download Page Box Shadow Extension CRX File
Download Page Box Shadow extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Make the page prettier with box shadow, just press "Alt+Shift+H"
Extension Basic Information
Name | |
ID | ofjpieepnfhpcpkjklohnpmmmmdhcbmd |
Official URL | https://chrome.google.com/webstore/detail/page-box-shadow/ofjpieepnfhpcpkjklohnpmmmmdhcbmd |
Description | Prettify your page by adding box shadows to elements |
File Size | 6.7 KB |
Installation Count | 5,000 |
Current Version | 0.1 |
Last Updated | 2014-06-10 |
Publish Date | 2014-06-10 |
Rating | 1.00/5 Total 4 Ratings |
Developer | balinko007 |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "name": "Page Box Shadow", "description": "Prettify your page by adding box shadows to elements", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "commands": { "box-shadow": { "suggested_key": { "default": "Alt+Shift+H" }, "description": "Page Box Shadow" } }, "version": "0.1", "manifest_version": 2 } |