EasyLink
Quickly open similiar links
Cos'è EasyLink?
EasyLink è un'estensione di Chrome sviluppata da main_call, e la sua funzione principale è "Quickly open similiar links".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione EasyLink
Scarica i file di estensione EasyLink in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | dgpgccjgpkbnkmbgdmhnliooibgpkbal |
URL Ufficiale | https://chrome.google.com/webstore/detail/easylink/dgpgccjgpkbnkmbgdmhnliooibgpkbal |
Descrizione | Quickly open similiar links |
Dimensione del File | 13.71 KB |
Conteggio Installazioni | 50 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2019-01-19 |
Data di Pubblicazione | 2019-01-19 |
Sviluppatore | main_call |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |