Advanced Forward Button
A forward button that allows you to choose any of the pages you visited from the current page (rather than only the most recent).
Apa itu Advanced Forward Button?
Advanced Forward Button adalah ekstensi Chrome yang dikembangkan oleh blak111, dan fitur utamanya adalah "A forward button that allows you to choose any of the pages you visited from the current page (rather than only the most recent).".
Unduh Berkas CRX Ekstensi Advanced Forward Button
Unduh file ekstensi Advanced Forward Button 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
A forward button that allows you to choose any of the children of the current page you are on. This is in contrast to the built-in forward button that only goes to the most recent child of the page you are on.
Informasi Dasar Ekstensi
Nama | |
ID | mcmgcmocofjfjkciddamlldmflmipdpk |
URL Resmi | https://chrome.google.com/webstore/detail/advanced-forward-button/mcmgcmocofjfjkciddamlldmflmipdpk |
Deskripsi | A forward button that allows you to choose any of the pages you visited from the current page (rather than only the most recent). |
Ukuran File | 42.49 KB |
Jumlah Instalasi | 28 |
Versi Saat Ini | 0.25 |
Terakhir Diperbarui | 2012-07-15 |
Tanggal Publikasi | 2012-07-15 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | blak111 |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Advanced Forward Button", "version": "0.25", "manifest_version": 2, "description": "A forward button that allows you to choose any of the pages you visited from the current page (rather than only the most recent).", "browser_action": { "default_icon": "forwardmulti.png", "default_popup": "popup.html" }, "background": { "scripts": [ "advanced-forward.js" ] }, "icons": { "16": "forwardmulti.png", "48": "forwardmulti.png", "128": "forwardmulti.png" }, "permissions": [ "tabs" ] } |