URL opener
Open urls with 1 click
Cos'è URL opener?
URL opener è un'estensione di Chrome sviluppata da https://1000ch.net, e la sua funzione principale è "Open urls with 1 click".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione URL opener
Scarica i file di estensione URL opener 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
Have you thought want to open some urls in pinned Tab? URL opener may solve this problem. 1. First, add URLs you want to open quickly. 2. And configure that opening URL pinned or not. 3. Click the extension icon! If you have already opened URL you added, pinned status will be updated.
Informazioni di Base sull'Estensione
Nome | URL opener |
ID | dkkacgbkmcbnnadidhkmngpcoccibgpm |
URL Ufficiale | https://chromewebstore.google.com/detail/url-opener/dkkacgbkmcbnnadidhkmngpcoccibgpm |
Descrizione | Open urls with 1 click |
Dimensione del File | 182 KB |
Conteggio Installazioni | 575 |
Versione Corrente | 0.3.0 |
Ultimo Aggiornamento | 2016-01-13 |
Data di Pubblicazione | 2016-01-12 |
Valutazione | 5.00/5 Totale 8 Valutazioni |
Sviluppatore | https://1000ch.net |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://github.com/1000ch/url-opener |
URL della Pagina di Aiuto | http://github.com/1000ch/url-opener/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL opener", "short_name": "URL opener", "version": "0.3.0", "description": "Open urls with 1 click", "author": "1000ch", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "icons\/icon38.png" }, "options_page": "html\/options.html" } |