Bulk URL Opener

生产工具插件大小: 242KiB版本: v 1.12.0更新时间: 2021-12-21
大小:242KiB版本:v 1.12.0更新时间:2021-12-21

Browser addon to open multiple urls with one click. With many more tools to help you manage urls.

Bulk URL Opener 的使用方法详解,最全面的教程


Bulk URL Opener 描述:

用户数:20000

分类:生产工具插件

扩展大小:242 KiB

最后更新时间:2021-12-21

版本:v 1.12.0


Bulk URL Opener 插件简介:

这是来自Chrome商店的 Bulk URL Opener 浏览器插件,您可以在当前页面下载它的最新版本安装文件,并安装在Chrome、Edge等浏览器上。


Bulk URL Opener插件下载方法/流程:

点击下载按钮,关注“扩展迷Extfans”公众号并获取验证码,在网页弹窗中输入验证码,即可下载最新安装文件。


Bulk URL Opener插件安装教程/方法:

(1)将扩展迷上下载的安装包文件(.zip)解压为文件夹,其中类型为“crx”的文件就是接下来需要用到的安装文件

(2) 从设置->更多工具->扩展程序 打开扩展程序页面,或者地址栏输入 Chrome://extensions/ 按下回车打开扩展程序页面

(3) 打开扩展程序页面的“开发者模式”

(4) 将crx文件拖拽到扩展程序页面,

完成安装如有其它安装问题,

请扫描网站底部二维码与客服联系如有疑问请参考:

https://www.extfans.com/installation/
A simple and easy to use extension which allows the user to open a list of URL's in one click. Or alternatively you can create and store lists of links that you use and then load them from the drop down menu in the extension to open large amounts of links quickly and easily. Key Features:- -Allows a user to open a list of links quickly and easily -Ability to save, load and edit lists of links to provide an easier way to store and use a large amount of links -Tab Creation Delay: A user requested feature that allows the user to set a specified delay (in seconds) between each tab being created when a large number of links are opened -Custom themes: Change the look of the extension by using a different theme This extension collects no user data, for more info here is our privacy policy: https://euan.link/bulkurlopener-privacy-policy PERMISSIONS REQUIRED:- "Read your browsing history": This permission allows the extension to create tabs for you. It also allows the extension to get the URL's from currently open tabs when the 'Get list of currently open tabs' button is clicked Changelog:- 1.12.0 - Migrated app to work with Manifest V3 - Temporally disabled context menus, as the way services workers work makes the context menu click event handlers work very poorly. Leading to context menus often not working correctly. - Added a list of tabs that are still to be created on the openingtabs page. This allows the user to easily see what (and how many) tabs are still to be created. - Fixed URL extraction (Thanks @allanlaal) 1.11.2: - Limited snapshots to 4 - Added option to disable snapshots & to delete snapshots - Added more context menu items for tools, settings help. - Added better error handling for localstorage writes, to prevent unhandled errors if users localstorage is full. 1.11.1: - Limited snapshots to 50 1.11.0: - Redesigned settings page: - New card based layout. - Settings now auto save. - Added automatic snapshotting: - Local storage is automatically snapshotted when a destructive action is taken, so user has option to restore to previous versions - Bug Fixes - List saving bug 1.10.0: - Added context menus. Currently, only context menus are for opening lists that the user has saved. - Added setting to open lists in reverse order. - Added new option for the 'Default list to display' setting: - 'Previous urls': whatever you previous had in the 'URLs' text box will be displayed the next time you open the app / popup. - Improved the REGEX for extracting urls from strings. - Redesigned help page - Added 'Tools' page, currently only includes a url extractor tool 1.9.0: - Added ability for the user to pause and resume the opening of tabs when using tab creation delay. - User can now specify the tab creation delay to decimal points, rather than just whole numbers as previously. - Added a hotkey to open the popup (Ctrl + Shift + U). 1.8.3: - Fixed wording on buttons on extension popup to make them clearer and less confusing. 1.8.2: - Fixed bug where if "Delay tab loading until tab is selected" setting was enabled, the url would be truncated after the first parameter in the query string. 1.8.1: - Firefox bug fix when deleting lists. 1.8.0: - Added option to launch a list when the browser starts. - Added feature to delay tab loading until the user focuses the tab (Selects the tab in their browser) - Added basic command line flags for election version of app, -v or --version, -h or --help 1.7.2: - Added a options file to the app manifest, so the settings page can be launched from the browsers addon / extension management page. - Continued refactor of old sections of code, as well as working to completely remove dependence on Jquery in preparation of Bootstrap 5 1.7.1: - Prevented electron version from having a tab creation delay of < 1, to prevent issues from occurring when opening tabs - Fixed bug which could stop large lists being opened on Chromium, if the 'Open tabs 'Active'' setting is enabled 1.7.0: - Added Importing and Exporting of user configuration. Users are now able to import or export their configuration (Lists and Settings). This allows your to transfer all you data to another device in a simpler manner. - New setting: Buttons Look. This option lets the user choose whether filled or outline buttons should be used. As outline buttons can have some readability issues - especially if the user is using the 'Night Mode' - New setting: Open Tabs Active State. Setting allows user to decided whether new tabs should be set as 'Active' when they are opened. 'Active' means that the tab is the one being displayed by the browser - New setting: Auto Load Into Textbox. When a list is selected from the dropdown, it will be automatically loaded into the textbox (Text Area). Rather than having to select a list, then click on 'Open List' - All versions of the app (Chrome, Firefox, Electron) are now in one single code base, meaning all features will be available on all platforms. Built using a shell script. - Fixed a bug when editing lists of less then three urls 1.6.0: - The browser-based versions of the application are now in a single code-base. So it will be easier to develop, test and deploy changes. - Fixed www. links not opening correctly. 1.5.1: - Tidied up help page. 1.5.0: - Added setting for user to decide how non-urls should be handled when encountered. User can choose to either: Open the non-url in a search engine, Ignore the non-url, Attempt to extract the non-url. - Added setting so user can decide which search engine should be used if a non-url is going to be opened in a search engine. 1.4.0: - Added new setting to allow user to choose which tabs should be displayed when the 'Currently opened tabs' setting is selected. Either all opened tabs, or just those in the current window. - Fixed bug which would cause the 'Automatically open lists' and 'Enable Night Theme' options not to display if no settings object was present in the browser storage. 1.3.4: - Removed deprecated API chrome.tabs.getAllInWindow - If a user uses Tab Creation Delay, once all tabs are opened the message on the page will change to inform the user that all links are opened - Tidied up tab creation and remove deprecated 'selected' parameter 1.3.3: - Fixed bug which would stop the user from creating more than 10 lists. Also causing the list with the id 10 to be overwritten with a new list. 1.3.2: - Small code optimization for loading popup load times - Improved shadow for modals 1.3.1: - Fixed bug where checkboxes would be missing on the settings page if the user had not saved settings previously - Fluent design bootstrap is now provided with the extension package rather than being loaded over cdn 1.3.0: - Added a simple night mode - Added setting that allows users to change their bootstrap theme. Currently only supports default bootstrap and fluent design bootstrap. 1.2.0: - Added a setting to automatically open a list when it is selected from the extensions popup. (This setting can be overruled by holding the ctrl key before selecting a list from the dropdown) (User requested feature) - Added a setting to change the default list that is loaded when the extension is launched (User requested feature) - Added button on popup to open the extension in a popup window - Link lists and settings are now stored using JSON this improves the stability of the extension as more settings are added. Old lists and settings should be automatically converted - Performance improvements, removed duplicate jQuery selectors to improve performance - Added a new re-designed icon - The extension is now open source. You can view the repository at here. (https://github.com/EuanRiggans/BulkURLOpener) - Updated bootstrap to v4.1.1 - Updated jquery to v3.1.1 1.1.4: -Fixed an issue where many links on the help page would not work correctly 1.1.3: -Fixed a bug where lists without a trailing new line would not open the last link in the list -Help page now contains links to get support, report bugs or suggest new features 1.1.2: -Fixed an issue where Vivaldi users would not be able to open more than 9 tabs in one go 1.1.1: -Fixed tab naming issue when Tab Creation Delay is used -Removed unnecessary font files to reduce extension size 1.1.0: -New method of storing lists of URLs. Old lists will be converted automatically -Added settings page -Added help page -Added changelog page -Added 'Tab Creation Delay' functionality (User requested feature) -Code optimizations 1.0.1: -Small code optimization 1.0.0: -Initial release

相关应用

The world's most popular userscript manager
浏览网页时可轻松查看翻译版本。由Google翻译小组提供。
正版 idm 下载器正式登陆扩展迷商店。Download files with Internet Download Manager
阻止 YouTube™ 广告、弹出窗口并抵御恶意软件!
一款无与伦比的广告拦截扩展,用以对抗各式广告与弹窗。可以拦截 Facebook、YouTube 和其它所有网站的广告。
一款高效的网络请求过滤工具,占用极低的内存和 CPU。
在YouTube、Facebook、Twitch和其他你喜爱的网站上拦截广告和弹窗。
LastPass, an award-winning password manager, saves your passwords and gives you secure access from every computer and mobile device.
迅雷下载支持
back top top
back top top