Auto Open Links
Auto Open Links allows you to open the first n links from google in new tabs with a shortcut. Examples: ctrl + shift + 1 : will…
Was ist Auto Open Links?
Auto Open Links ist eine Chrome-Erweiterung, die von vvveleva entwickelt wurde, und ihr Hauptmerkmal ist "Auto Open Links allows you to open the first n links from google in new tabs with a shortcut. Examples: ctrl + shift + 1 : will…".
Auto Open Links-Erweiterungs-CRX-Datei herunterladen
Laden Sie Auto Open Links-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Auto Open Links allows you to open the first n links from google in new tabs with a shortcut.
Examples:
ctrl + shift + 1 : will open the first link on google in a new tab
ctrl + shift + 7 : will open the first 7 links on google in a new tab
If you run into any bugs, please report them at [email protected]. Thanks! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | coiapeoijgdcanenjddgdgcepejabljl |
| Offizielle URL | https://chrome.google.com/webstore/detail/auto-open-links/coiapeoijgdcanenjddgdgcepejabljl |
| Beschreibung | Auto Open Links allows you to open the first n links from google in new tabs with a shortcut. Examples: ctrl + shift + 1 : will… |
| Dateigröße | 39.57 KB |
| Installationsanzahl | 154 |
| Aktuelle Version | 1.1 |
| Letztes Update | 2015-09-12 |
| Veröffentlichungsdatum | 2015-09-12 |
| Bewertung | 3.33/5 Insgesamt 6 Bewertungen |
| Entwickler | vvveleva |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Auto Open Links",
"version": "1.1",
"permissions": [
"tabs"
],
"content_scripts": [
{
"matches": [
"*:\/\/www.google.com\/*"
],
"js": [
"auto_open_links.js"
]
}
],
"web_accessible_resources": [
"auto_open_links.js"
]
} | |