Bulk URL openner
Open many URLs all at once in different tabs.
What is Bulk URL openner?
Bulk URL openner is a Chrome extension developed by Think Around Apps, and its main feature is "Open many URLs all at once in different tabs.".
Extension Screenshots
Download Bulk URL openner Extension CRX File
Download Bulk URL openner extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | kloknlgghiblpcamfcgnlpaaijknphnp |
Official URL | https://chrome.google.com/webstore/detail/bulk-url-openner/kloknlgghiblpcamfcgnlpaaijknphnp |
Description | Open many URLs all at once in different tabs. |
File Size | 9.93 KB |
Installation Count | 356 |
Current Version | 1.0 |
Last Updated | 2013-08-02 |
Publish Date | 2013-08-02 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Think Around Apps |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bulk URL openner", "version": "1.0", "description": "Open many URLs all at once in different tabs.", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Bulk URL openner", "default_icon": "icon.png", "default_popup": "popup.html" }, "manifest_version": 2 } |