1-Click URL Opener
This extension allows you to open all the URLs that you want with the click of 1 button
Hvad er 1-Click URL Opener?
1-Click URL Opener er en Chrome-udvidelse udviklet af BitSec, og dens hovedfunktion er "This extension allows you to open all the URLs that you want with the click of 1 button".
Udvidelsesskærmbilleder
Download 1-Click URL Opener-udvidelses-CRX-fil
Download 1-Click URL Opener-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
*Open all the URLs you want with the click of 1 button!* Do you have a lot of websites you want to visit everyday? You can now do that with the click of 1 button! Why choose 1-Click URL Opener? - It's easy! (ezpz) - It's fast! (2fast4u) - It's handy! (handy-dandy) Download this extension today!
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | kkenoklmdaacpakcpblcpegmadkeejep |
Officiel URL | https://chrome.google.com/webstore/detail/1-click-url-opener/kkenoklmdaacpakcpblcpegmadkeejep |
Beskrivelse | This extension allows you to open all the URLs that you want with the click of 1 button |
Filstørrelse | 12.05 KB |
Antal Installationer | 181 |
Nuværende Version | 1.4.3 |
Senest Opdateret | 2018-01-07 |
Udgivelsesdato | 2018-01-07 |
Bedømmelse | 4.75/5 Samlet 4 Bedømmelser |
Udvikler | BitSec |
Betalingsmetode | free |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "1-Click URL Opener", "description": "This extension allows you to open all the URLs that you want with the click of 1 button", "version": "1.4.3", "options_ui": { "page": "options.html", "open_in_tab": true }, "browser_action": { "default_icon": "icon_32.png" }, "icons": { "48": "icon_48.png", "96": "icon_96.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "storage" ] } |