1-Click URL Opener
This extension allows you to open all the URLs that you want with the click of 1 button
Wat is 1-Click URL Opener?
1-Click URL Opener is een Chrome-extensie ontwikkeld door BitSec, en de belangrijkste functie is "This extension allows you to open all the URLs that you want with the click of 1 button".
Extensie Screenshots
Download het CRX-bestand van de extensie 1-Click URL Opener
Download 1-Click URL Opener-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
*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!
Basisinformatie over de Extensie
Naam | |
ID | kkenoklmdaacpakcpblcpegmadkeejep |
Officiële URL | https://chrome.google.com/webstore/detail/1-click-url-opener/kkenoklmdaacpakcpblcpegmadkeejep |
Beschrijving | This extension allows you to open all the URLs that you want with the click of 1 button |
Bestandsgrootte | 12.05 KB |
Aantal Installaties | 181 |
Huidige Versie | 1.4.3 |
Laatst Bijgewerkt | 2018-01-07 |
Publicatiedatum | 2018-01-07 |
Beoordeling | 4.75/5 Totaal 4 Beoordelingen |
Ontwikkelaar | BitSec |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |