Preview - Sneak peak at links
ALT+Click links for a popup preview
Apa itu Preview - Sneak peak at links?
Preview - Sneak peak at links adalah ekstensi Chrome yang dikembangkan oleh benamara.otniel, dan fitur utamanya adalah "ALT+Click links for a popup preview".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Preview - Sneak peak at links
Unduh file ekstensi Preview - Sneak peak at 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
Tired of context switches and too many tabs? Get a sneak peak preview of links. Press the ALT key when clicking a link and a preview popup will appear! don't worry about those popups, they automatically disappear when the popup loses focus.
Informasi Dasar Ekstensi
Nama | Preview - Sneak peak at links |
ID | eogpejkjgbbhikkebmpbcdglbnjllfai |
URL Resmi | https://chromewebstore.google.com/detail/preview-sneak-peak-at-lin/eogpejkjgbbhikkebmpbcdglbnjllfai |
Deskripsi | ALT+Click links for a popup preview |
Ukuran File | 103 KB |
Jumlah Instalasi | 1,004 |
Versi Saat Ini | 0.0.2 |
Terakhir Diperbarui | 2017-05-05 |
Tanggal Publikasi | 2017-05-04 |
Penilaian | 3.41/5 Total 22 Penilaian |
Pengembang | benamara.otniel |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.preview.guru |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Preview - Sneak peak at links", "version": "0.0.2", "manifest_version": 2, "description": "ALT+Click links for a popup preview", "icons": { "16": "icons\/icon128.png", "48": "icons\/icon128.png", "128": "icons\/icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'", "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "web_accessible_resources": [ "static\/*" ], "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "downloads" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "css": [ "src\/inject\/inject.css" ], "all_frames": true, "match_about_blank": true }, { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "all_frames": true, "js": [ "js\/jquery-1.12.4.min.js", "src\/inject\/content.js" ] } ] } |