Blur-It
This extensions blurs the current page.
What is Blur-It?
Blur-It is a Chrome extension developed by https://www.directorschoice.travel, and its main feature is "This extensions blurs the current page.".
Download Blur-It Extension CRX File
Download Blur-It 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
This extension creates a 10px blur on your current tab. The blur effect is useful in viewing your UI design from a "step back" perspective. Extension Basic Information
| Name | |
| ID | plonmelfemjgjbegkbonhcjjdnenpbag |
| Official URL | https://chromewebstore.google.com/detail/blur-it/plonmelfemjgjbegkbonhcjjdnenpbag |
| Description | This extensions blurs the current page. |
| File Size | 6.39 KB |
| Installation Count | 63 |
| Current Version | 1.0 |
| Last Updated | 2017-05-05 |
| Publish Date | 2017-05-05 |
| Developer | https://www.directorschoice.travel |
| [email protected] | |
| Payment Type | free |
| Supported Languages | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Blur-It",
"description": "This extensions blurs the current page.",
"version": "1.0",
"permissions": [
"activeTab"
],
"background": {
"scripts": [
"blurit.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "blurit.png",
"default_title": "Click to blur page."
}
} | |