Alternate Navigation Buttons
This extension places a back and forward and goto top button on the page near the bottom of the window
Apa itu Alternate Navigation Buttons?
Alternate Navigation Buttons adalah ekstensi Chrome yang dikembangkan oleh scott.c.l.carpenter, dan fitur utamanya adalah "This extension places a back and forward and goto top button on the page near the bottom of the window".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Alternate Navigation Buttons
Unduh file ekstensi Alternate Navigation Buttons 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
This simple extension simply adds 3 fixed navigation buttons (back and forward and to top) to the bottom left corner of the browser window. Useful if you find yourself using a tablet PC in a non-tablet mode or like myself browsing with your mouse near the bottom of the screen.
Informasi Dasar Ekstensi
Nama | Alternate Navigation Buttons |
ID | biojkleepjmhindklmdcomngjkcngjmb |
URL Resmi | https://chromewebstore.google.com/detail/alternate-navigation-butt/biojkleepjmhindklmdcomngjkcngjmb |
Deskripsi | This extension places a back and forward and goto top button on the page near the bottom of the window |
Ukuran File | 90.63 KB |
Jumlah Instalasi | 226 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2016-09-01 |
Tanggal Publikasi | 2016-09-01 |
Penilaian | 4.80/5 Total 5 Penilaian |
Pengembang | scott.c.l.carpenter |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Alternate Navigation Buttons", "description": "This extension places a back and forward and goto top button on the page near the bottom of the window", "version": "1.1", "web_accessible_resources": [ "back.png", "forward.png", "top.png" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ " |