Urly
This extension allows to quickly open links in a new tab
What is Urly?
Urly is a Chrome extension developed by plesiak.wojciech, and its main feature is "This extension allows to quickly open links in a new tab".
Extension Screenshots
Download Urly Extension CRX File
Download Urly 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
Extension Basic Information
Name | |
ID | dciojklibcmcjpfchhelbeaognffhibi |
Official URL | https://chrome.google.com/webstore/detail/urly/dciojklibcmcjpfchhelbeaognffhibi |
Description | This extension allows to quickly open links in a new tab |
File Size | 46.13 KB |
Installation Count | 39 |
Current Version | 1.3 |
Last Updated | 2016-02-07 |
Publish Date | 2016-02-07 |
Rating | 5.00/5 Total 7 Ratings |
Developer | plesiak.wojciech |
Payment Type | free |
Extension Website | http://wojciechplesiak.github.io/urly-web-extension/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "[email protected]", "name": "Urly", "description": "__MSG_extension_description__", "homepage_url": "https:\/\/github.com\/wojciechplesiak\/urly-web-extension", "version": "1.3", "icons": { "128": "assets\/launcher_128.png", "16": "assets\/launcher_16.png", "48": "assets\/launcher_48.png" }, "default_locale": "en", "browser_action": { "default_icon": "assets\/launcher_64.png", "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "tabs", "storage" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+Shift+Z", "mac": "Command+Shift+Z", "chromeos": "Ctrl+Shift+Z", "linux": "Ctrl+Shift+Z" } } } } |