All Projects → EuanRiggans → Bulkurlopener

EuanRiggans / Bulkurlopener

Licence: mit
Bulk URL Opener is an application that provides the user with multiple utilities to help with managing and using large amounts of urls

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Bulkurlopener

Mue
Fast, open and free-to-use new tab page for modern browsers
Stars: ✭ 56 (+93.1%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon, opera-extension
Web Extension Starter
🖥🔋Web Extension starter to build "Write Once Run on Any Browser" extension
Stars: ✭ 987 (+3303.45%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon, opera-extension
Browser Addon
Kee adds free, secure and easy password management features to your browser which save time and keep your private data more secure.
Stars: ✭ 386 (+1231.03%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon
Bypass Paywalls Chrome
Bypass Paywalls web browser extension for Chrome and Firefox.
Stars: ✭ 20,876 (+71886.21%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon
Toggl Button
Toggl Button extension for Chrome and Firefox
Stars: ✭ 891 (+2972.41%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon
Webextension Toolbox
Small CLI toolbox for cross-browser WebExtension development
Stars: ✭ 365 (+1158.62%)
Mutual labels:  chrome-extension, chrome, firefox, opera-extension
Extanalysis
Browser Extension Analysis Framework - Scan, Analyze Chrome, firefox and Brave extensions for vulnerabilities and intels
Stars: ✭ 351 (+1110.34%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon
Tracy
A tool designed to assist with finding all sinks and sources of a web application and display these results in a digestible manner.
Stars: ✭ 464 (+1500%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon
Disable Javascript
Adds the ability to disable JavaScript on specific sites.
Stars: ✭ 151 (+420.69%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon
Refined Bitbucket
Chrome and Firefox extension that improves Bitbucket's user experience
Stars: ✭ 560 (+1831.03%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon
Singlefile
Web Extension for Firefox/Chrome/MS Edge and CLI tool to save a faithful copy of an entire web page in a single HTML file
Stars: ✭ 4,417 (+15131.03%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon
Markdown Viewer
Markdown Viewer / Browser Extension
Stars: ✭ 497 (+1613.79%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon
Easy To Rss
🚀 Chrome/Firefox Extension to retreive RSS feeds URLs from WebSite, RSSHub supported
Stars: ✭ 386 (+1231.03%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon
Azure Mask
A browser extension (Chrome, Firefox) that toggles concealment of sensitive information found in the Azure Portal web page such as Subscription Id's
Stars: ✭ 189 (+551.72%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon
Gooreplacer
⚡️⚡️A browser extension to modify HTTP requests :-)
Stars: ✭ 850 (+2831.03%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon
Floccus
☁️ Sync your bookmarks privately across browsers
Stars: ✭ 2,630 (+8968.97%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon
Startpage
A minimal starpage for Chrome and Firefox
Stars: ✭ 240 (+727.59%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon
Chrome Utm Stripper
Browser extension that strips Google Analytics (UTM) parameters, and various other click tracking tokens, from URL query strings
Stars: ✭ 590 (+1934.48%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon
Surfingkeys Conf
A SurfingKeys configuration which adds 130+ key mappings for 20+ sites & OmniBar search suggestions for 50+ sites
Stars: ✭ 137 (+372.41%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon
Synology Download Manager
An open source browser extension for adding/managing download tasks to your Synology DiskStation.
Stars: ✭ 138 (+375.86%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon

Install / Download Links

Running From Source

Browser Extension

To run the app from source as a browser extension, just download / clone this repository. All you need from the repository is the 'app' folder. You can then install it to your browser. In Chrome, for example, you can navigate to the exensions page (Three dots in top right => More tools => Extensions). Then drag and drop the app folder onto that page to install it.

Electron

Running the electron version is very simple, clone / download the repository:

npm install
electron .

Known Issues

  • Close buttons not working. This is because Firefox does not allow a window to be closed by a script, if that window was opened by a script.
  • 'Opening Tabs' window does not close. This is caused by the same issue as mentioned above.
  • Addon does not open file: or about: urls. (See issue #2)
  • Context menus working initially on Firefox. Solution: If your context menus are not working on Firefox, then please restart your browser as this is an known issue.

To Do List

  • Improve 'Opening Tabs' page, display tabs that are being opened in order, and allow user to remove urls from that list.
  • Add ability for users to add custom search engine (Baidu etc)
  • New context menu: Open selected links
  • New tool: Sort list into alphabetical order
  • Redesign main interface
  • Add 'extract urls' option to main interface
  • Fix defaultBoostrap typo
  • Switch to using Bootstrap 5 once in stable release.
  • Refactor some of the old code which is quite clunky.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].