My Reload Button
Add Reload button
Wat is My Reload Button?
My Reload Button is een Chrome-extensie ontwikkeld door art, en de belangrijkste functie is "Add Reload button".
Extensie Screenshots
Download het CRX-bestand van de extensie My Reload Button
Download My Reload Button-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Go/Reload button Basisinformatie over de Extensie
| Naam | |
| ID | enljbahijigkmdlagadnkokcjgnkainm |
| Officiële URL | https://chromewebstore.google.com/detail/my-reload-button/enljbahijigkmdlagadnkokcjgnkainm |
| Beschrijving | Add Reload button |
| Bestandsgrootte | 17.66 KB |
| Aantal Installaties | 32 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2019-11-14 |
| Publicatiedatum | 2019-11-12 |
| Beoordeling | 4.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | art |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
} | |