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.
Was ist Url Opener - Opens pasted URL in new tab.?
Url Opener - Opens pasted URL in new tab. ist eine Chrome-Erweiterung, die von http://ratankumar.org entwickelt wurde, und ihr Hauptmerkmal ist "Productivity Tool for opening multiple url pasted in the given box. more feature will be addded in the coming time.".
Erweiterungsscreenshots
Url Opener - Opens pasted URL in new tab.-Erweiterungs-CRX-Datei herunterladen
Laden Sie Url Opener - Opens pasted URL in new tab.-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | npigammimfppobbaloflgbfnknhkgooo |
Offizielle URL | https://chrome.google.com/webstore/detail/url-opener-opens-pasted-u/npigammimfppobbaloflgbfnknhkgooo |
Beschreibung | Productivity Tool for opening multiple url pasted in the given box. more feature will be addded in the coming time. |
Dateigröße | 35.29 KB |
Installationsanzahl | 34 |
Aktuelle Version | 1.0 |
Letztes Update | 2014-07-29 |
Veröffentlichungsdatum | 2014-07-29 |
Bewertung | 2.00/5 Insgesamt 1 Bewertungen |
Entwickler | http://ratankumar.org |
[email protected] | |
Zahlungsart | free |
Hilfeseite URL | http://ratankumar.org |
Unterstützte Sprachen | 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 } |