EasyLink
Quickly open similiar links
Qu'est-ce que EasyLink ?
EasyLink est une extension Chrome développée par main_call, et sa fonction principale est "Quickly open similiar links".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension EasyLink
Téléchargez les fichiers d'extension EasyLink au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | dgpgccjgpkbnkmbgdmhnliooibgpkbal |
URL Officiel | https://chrome.google.com/webstore/detail/easylink/dgpgccjgpkbnkmbgdmhnliooibgpkbal |
Description | Quickly open similiar links |
Taille du Fichier | 13.71 KB |
Nombre d'Installations | 50 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2019-01-19 |
Date de Publication | 2019-01-19 |
Développeur | main_call |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |