My Reload Button
Add Reload button
Cos'è My Reload Button?
My Reload Button è un'estensione di Chrome sviluppata da art, e la sua funzione principale è "Add Reload button".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione My Reload Button
Scarica i file di estensione My Reload Button in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Go/Reload button Informazioni di Base sull'Estensione
| Nome | |
| ID | enljbahijigkmdlagadnkokcjgnkainm |
| URL Ufficiale | https://chromewebstore.google.com/detail/my-reload-button/enljbahijigkmdlagadnkokcjgnkainm |
| Descrizione | Add Reload button |
| Dimensione del File | 17.66 KB |
| Conteggio Installazioni | 32 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2019-11-14 |
| Data di Pubblicazione | 2019-11-12 |
| Valutazione | 4.00/5 Totale 2 Valutazioni |
| Sviluppatore | art |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": {
"128": "icon_128.png",
"48": "icon_48.png",
"32": "icon_32.png",
"16": "icon_16.png"
},
"default_title": "Go"
},
"icons": {
"128": "icon_128.png",
"48": "icon_48.png",
"32": "icon_32.png",
"16": "icon_16.png"
},
"manifest_version": 2,
"name": "My Reload Button",
"description": "Add Reload button",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0.0"
} | |