Open Multiple Links
Select text with links and open them all in new tabs
Vad är Open Multiple Links?
Open Multiple Links är en Chrome-tillägg utvecklad av Marcin Jahn, och dess huvudfunktion är "Select text with links and open them all in new tabs".
Tilläggsskärmbilder
Ladda ner Open Multiple Links-förlängningens CRX-fil
Ladda ner Open Multiple Links-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
Highlight any text and open all the included links at once, in new tabs. Just select the text containing links, right-click it, and select "Open links in new tabs".
The right-click context menu entry for "Open links in new tabs" appears only when the selected text contains any links.
Note that this extension opens only "clickable" links. If a given link is just a text, it will not be included. Grundläggande Information om Tillägg
| Namn | |
| ID | aihgofmdijjhegajmdomlafeiklofndl |
| Officiell webbadress | https://chromewebstore.google.com/detail/open-multiple-links/aihgofmdijjhegajmdomlafeiklofndl |
| Beskrivning | Select text with links and open them all in new tabs |
| Filstorlek | 22.89 KB |
| Antal Installationer | 2,362 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2023-01-10 |
| Publiceringsdatum | 2023-01-08 |
| Betyg | 1.67/5 Totalt 6 Betyg |
| Utvecklare | Marcin Jahn |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://marcinjahn.com |
| Hjälpsida URL | https://github.com/marcinjahn/open-multiple-links-browser-extension/issues |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Open Multiple Links",
"description": "Select text with links and open them all in new tabs",
"version": "1.0.0",
"manifest_version": 3,
"icons": {
"16": "assets\/icons\/icon-16.png",
"32": "assets\/icons\/icon-32.png",
"64": "assets\/icons\/icon-64.png",
"128": "assets\/icons\/icon-128.png"
},
"permissions": [
"contextMenus"
],
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
" | |