EasyLink
Quickly open similiar links
What is EasyLink?
EasyLink is a Chrome extension developed by main_call, and its main feature is "Quickly open similiar links".
Extension Screenshots
Download EasyLink Extension CRX File
Download EasyLink 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
EasyLink - chrome extension that helps to quickly open links. It's useful when domain has multiple values and/or similar sub-domain websites and need to quickly jump between websites. Enter domain values (see attached screenshots) and save it. When need to quickly open click on blue link or on "Open" button and it will open in new tab. It can hold & open up to 3 websites.
Extension Basic Information
Name | |
ID | dgpgccjgpkbnkmbgdmhnliooibgpkbal |
Official URL | https://chrome.google.com/webstore/detail/easylink/dgpgccjgpkbnkmbgdmhnliooibgpkbal |
Description | Quickly open similiar links |
File Size | 13.71 KB |
Installation Count | 50 |
Current Version | 0.1 |
Last Updated | 2019-01-19 |
Publish Date | 2019-01-19 |
Developer | main_call |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "EasyLink", "description": "Quickly open similiar links", "manifest_version": 2, "version": "0.1", "browser_action": { "default_icon": "img\/icon_32.png", "default_popup": "views\/popup.html", "default_title": "EasyLink", "persistent": false }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "icons": { "16": "img\/icon_16.png", "32": "img\/icon_32.png", "48": "img\/icon_48.png", "64": "img\/icon_64.png", "128": "img\/icon_128.png" }, "permissions": [ "background", "storage", "notifications", "tabs" ] } |