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…
Co je Auto Open Links?
Auto Open Links je rozšíření Chrome vyvinuté vvveleva, a jeho hlavní funkcí je „Auto Open Links allows you to open the first n links from google in new tabs with a shortcut. Examples: ctrl + shift + 1 : will…“.
Stáhnout soubor CRX rozšíření Auto Open Links
Stáhněte si soubory rozšíření Auto Open Links ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | |
ID | coiapeoijgdcanenjddgdgcepejabljl |
Oficiální URL | https://chrome.google.com/webstore/detail/auto-open-links/coiapeoijgdcanenjddgdgcepejabljl |
Popis | Auto Open Links allows you to open the first n links from google in new tabs with a shortcut. Examples: ctrl + shift + 1 : will… |
Velikost souboru | 39.57 KB |
Počet instalací | 154 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2015-09-12 |
Datum Vydání | 2015-09-12 |
Hodnocení | 3.33/5 Celkem 6 Hodnocení |
Vývojář | vvveleva |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } |