EasyLink

Quickly open similiar links

Wat is EasyLink?

EasyLink is een Chrome-extensie ontwikkeld door main_call, en de belangrijkste functie is "Quickly open similiar links".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie EasyLink

Download EasyLink-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam EasyLink EasyLink
ID dgpgccjgpkbnkmbgdmhnliooibgpkbal
Officiële URL https://chrome.google.com/webstore/detail/easylink/dgpgccjgpkbnkmbgdmhnliooibgpkbal
Beschrijving Quickly open similiar links
Bestandsgrootte 13.71 KB
Aantal Installaties 50
Huidige Versie 0.1
Laatst Bijgewerkt 2019-01-19
Publicatiedatum 2019-01-19
Ontwikkelaar main_call
Betalingswijze free
Ondersteunde Talen 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"
    ]
}