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…
Apa itu Auto Open Links?
Auto Open Links adalah ekstensi Chrome yang dikembangkan oleh vvveleva, dan fitur utamanya adalah "Auto Open Links allows you to open the first n links from google in new tabs with a shortcut. Examples: ctrl + shift + 1 : will…".
Unduh Berkas CRX Ekstensi Auto Open Links
Unduh file ekstensi Auto Open Links dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | |
ID | coiapeoijgdcanenjddgdgcepejabljl |
URL Resmi | https://chrome.google.com/webstore/detail/auto-open-links/coiapeoijgdcanenjddgdgcepejabljl |
Deskripsi | Auto Open Links allows you to open the first n links from google in new tabs with a shortcut. Examples: ctrl + shift + 1 : will… |
Ukuran File | 39.57 KB |
Jumlah Instalasi | 154 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2015-09-12 |
Tanggal Publikasi | 2015-09-12 |
Penilaian | 3.33/5 Total 6 Penilaian |
Pengembang | vvveleva |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |