any-peek
peek any web page from the top icon
Apa itu any-peek?
any-peek adalah ekstensi Chrome yang dikembangkan oleh rotagi37, dan fitur utamanya adalah "peek any web page from the top icon".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi any-peek
Unduh file ekstensi any-peek 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
peek any web page from the top icon
Informasi Dasar Ekstensi
Nama | ![]() |
ID | oiejnoljaonlcfbccehcbkkhabhklipe |
URL Resmi | https://chrome.google.com/webstore/detail/oiejnoljaonlcfbccehcbkkhabhklipe |
Deskripsi | peek any web page from the top icon |
Ukuran File | 159 KB |
Jumlah Instalasi | 10 |
Versi Saat Ini | 2.0.5.8 |
Terakhir Diperbarui | 2019-10-04 |
Tanggal Publikasi | 2019-10-04 |
Pengembang | rotagi37 |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "any-peek", "manifest_version": 2, "version": "2.0.5.8", "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png" }, "permissions": [ "history", "contextMenus", "clipboardWrite", "clipboardRead", "webRequest", "webRequestBlocking", "tabs", "https:\/\/*\/*", "http:\/\/*\/*" ], "options_page": "options.html", "background": { "scripts": [ "\/bg.js" ] }, "browser_action": { "default_icon": { "16": "icon.png", "32": "icon.png", "48": "icon.png" }, "default_title": "Peek Any page", "default_popup": "popup.html" }, "content_scripts": [ { "all_frames": true, "css": [], "js": [ "jquery-3.2.1.min.js", "cscript.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "run_at": "document_end" } ] } |