Unvis it
Right click shortcut to use Unvis.it
What is Unvis it?
Unvis it is a Chrome extension developed by Pjar, and its main feature is "Right click shortcut to use Unvis.it".
Extension Screenshots
Download Unvis it Extension CRX File
Download Unvis 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
Adds a right click menu item on links to use Unvis.it
Extension Basic Information
Name | |
ID | pdffgkcdbblhconkdmealjhclfcjnadj |
Official URL | https://chrome.google.com/webstore/detail/unvis-it/pdffgkcdbblhconkdmealjhclfcjnadj |
Description | Right click shortcut to use Unvis.it |
File Size | 7.21 KB |
Installation Count | 207 |
Current Version | 1 |
Last Updated | 2015-09-13 |
Publish Date | 2015-09-13 |
Rating | 3.00/5 Total 4 Ratings |
Developer | Pjar |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Unvis it", "description": "Right click shortcut to use Unvis.it", "version": "1", "manifest_version": 2, "background": { "scripts": [ "unvis.js" ] }, "permissions": [ "contextMenus", "tabs" ], "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png" } } |