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.
Vad är Url Opener - Opens pasted URL in new tab.?
Url Opener - Opens pasted URL in new tab. är en Chrome-tillägg utvecklad av http://ratankumar.org, och dess huvudfunktion är "Productivity Tool for opening multiple url pasted in the given box. more feature will be addded in the coming time.".
Tilläggsskärmbilder
Ladda ner Url Opener - Opens pasted URL in new tab.-förlängningens CRX-fil
Ladda ner Url Opener - Opens pasted URL in new tab.-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | npigammimfppobbaloflgbfnknhkgooo |
Officiell webbadress | https://chrome.google.com/webstore/detail/url-opener-opens-pasted-u/npigammimfppobbaloflgbfnknhkgooo |
Beskrivning | Productivity Tool for opening multiple url pasted in the given box. more feature will be addded in the coming time. |
Filstorlek | 35.29 KB |
Antal Installationer | 34 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2014-07-29 |
Publiceringsdatum | 2014-07-29 |
Betyg | 2.00/5 Totalt 1 Betyg |
Utvecklare | http://ratankumar.org |
E-post | [email protected] |
Betalningssätt | free |
Hjälpsida URL | http://ratankumar.org |
Stödda Språk | 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 } |