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…
Vad är Auto Open Links?
Auto Open Links är en Chrome-tillägg utvecklad av vvveleva, och dess huvudfunktion är "Auto Open Links allows you to open the first n links from google in new tabs with a shortcut. Examples: ctrl + shift + 1 : will…".
Ladda ner Auto Open Links-förlängningens CRX-fil
Ladda ner Auto Open 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
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!
Grundläggande Information om Tillägg
Namn | |
ID | coiapeoijgdcanenjddgdgcepejabljl |
Officiell webbadress | https://chrome.google.com/webstore/detail/auto-open-links/coiapeoijgdcanenjddgdgcepejabljl |
Beskrivning | Auto Open Links allows you to open the first n links from google in new tabs with a shortcut. Examples: ctrl + shift + 1 : will… |
Filstorlek | 39.57 KB |
Antal Installationer | 154 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2015-09-12 |
Publiceringsdatum | 2015-09-12 |
Betyg | 3.33/5 Totalt 6 Betyg |
Utvecklare | vvveleva |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |