DoubleClicker
Double click to open link in new tab.
Apa itu DoubleClicker?
DoubleClicker adalah ekstensi Chrome yang dikembangkan oleh https://niallquirke.com, dan fitur utamanya adalah "Double click to open link in new tab.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi DoubleClicker
Unduh file ekstensi DoubleClicker 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
Easily open links in new tabs by double clicking rather than right clicking on the link and then clicking "Open link in new tab". Very handy tool for googling and general searching. Doesn't currently work on MacOS! Sorry Apple! Any feedback or advice is very much appreciated, thanks in advance! Niall
Informasi Dasar Ekstensi
Nama | DoubleClicker |
ID | kdfhgamfoobfingdhklhmjpbgflibeng |
URL Resmi | https://chromewebstore.google.com/detail/doubleclicker/kdfhgamfoobfingdhklhmjpbgflibeng |
Deskripsi | Double click to open link in new tab. |
Ukuran File | 191 KB |
Jumlah Instalasi | 1,864 |
Versi Saat Ini | 1.70 |
Terakhir Diperbarui | 2022-06-16 |
Tanggal Publikasi | 2020-03-27 |
Penilaian | 4.50/5 Total 24 Penilaian |
Pengembang | https://niallquirke.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://niallquirke.com |
URL Halaman Bantuan | http://niallquirke.com |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "all_frames": true, "js": [ "lib\/jquery-1.3.2.min.js", "content_script\/content_script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "ftp:\/\/*\/*" ], "run_at": "document_start" } ], "description": "Double click to open link in new tab.", "icons": { "128": "icons\/icon_128.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png" }, "manifest_version": 2, "name": "DoubleClicker", "short_name": "DoubleClicker", "options_page": "options_page\/options.html", "permissions": [ "storage" ], "version": "1.70" } |