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…
什麼是Auto Open Links?
Auto Open Links是由vvveleva開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載Auto Open Links擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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!
擴展基本資訊
名稱 | |
ID | coiapeoijgdcanenjddgdgcepejabljl |
官方網址 | https://chrome.google.com/webstore/detail/auto-open-links/coiapeoijgdcanenjddgdgcepejabljl |
簡介 | Auto Open Links allows you to open the first n links from google in new tabs with a shortcut. Examples: ctrl + shift + 1 : will… |
檔案大小 | 39.57 KB |
安裝次數 | 154 |
目前版本 | 1.1 |
更新時間 | 2015-09-12 |
上架時間 | 2015-09-12 |
評分 | 3.33/5 共 6 次評分 |
開發者 | vvveleva |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" ] } |