1-Click URL Opener
This extension allows you to open all the URLs that you want with the click of 1 button
Qu'est-ce que 1-Click URL Opener ?
1-Click URL Opener est une extension Chrome développée par BitSec, et sa fonction principale est "This extension allows you to open all the URLs that you want with the click of 1 button".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension 1-Click URL Opener
Téléchargez les fichiers d'extension 1-Click URL Opener 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
*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!
Informations de Base sur l'Extension
Nom | |
ID | kkenoklmdaacpakcpblcpegmadkeejep |
URL Officiel | https://chrome.google.com/webstore/detail/1-click-url-opener/kkenoklmdaacpakcpblcpegmadkeejep |
Description | This extension allows you to open all the URLs that you want with the click of 1 button |
Taille du Fichier | 12.05 KB |
Nombre d'Installations | 181 |
Version Actuelle | 1.4.3 |
Dernière Mise à Jour | 2018-01-07 |
Date de Publication | 2018-01-07 |
Évaluation | 4.75/5 Total 4 Évaluations |
Développeur | BitSec |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |