Url Opener - Opens pasted URL in new tab.
Productivity Tool for opening multiple url pasted in the given box. more feature will be addded in the coming time.
Qu'est-ce que Url Opener - Opens pasted URL in new tab. ?
Url Opener - Opens pasted URL in new tab. est une extension Chrome développée par http://ratankumar.org, et sa fonction principale est "Productivity Tool for opening multiple url pasted in the given box. more feature will be addded in the coming time.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Url Opener - Opens pasted URL in new tab.
Téléchargez les fichiers d'extension Url Opener - Opens pasted URL in new tab. 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
Enter each URL in new line or comma separated and click the "Open All". The app will then open all the pages in separate tabs.
Informations de Base sur l'Extension
Nom | |
ID | npigammimfppobbaloflgbfnknhkgooo |
URL Officiel | https://chrome.google.com/webstore/detail/url-opener-opens-pasted-u/npigammimfppobbaloflgbfnknhkgooo |
Description | Productivity Tool for opening multiple url pasted in the given box. more feature will be addded in the coming time. |
Taille du Fichier | 35.29 KB |
Nombre d'Installations | 34 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2014-07-29 |
Date de Publication | 2014-07-29 |
Évaluation | 2.00/5 Total 1 Évaluations |
Développeur | http://ratankumar.org |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | http://ratankumar.org |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Url Opener - Opens pasted URL in new tab. ", "description": "Productivity Tool for opening multiple url pasted in the given box. more feature will be addded in the coming time.", "version": "1.0", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_title": "Url-Opener", "default_icon": { "19": "icon48.png", "38": "icon48.png" }, "default_popup": "popup.html" }, "manifest_version": 2 } |