Jequitise
Chrome extension to show Jequiti background randomly.
Wat is Jequitise?
Jequitise is een Chrome-extensie ontwikkeld door mayroonalves, en de belangrijkste functie is "Chrome extension to show Jequiti background randomly.".
Extensie Screenshots
Download het CRX-bestand van de extensie Jequitise
Download Jequitise-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
Chrome extension to show Jequiti background randomly.
Basisinformatie over de Extensie
Naam | Jequitise |
ID | bfifgnhpidgogmlclimjimlelpnnjomj |
Officiële URL | https://chromewebstore.google.com/detail/jequitise/bfifgnhpidgogmlclimjimlelpnnjomj |
Beschrijving | Chrome extension to show Jequiti background randomly. |
Bestandsgrootte | 204 KB |
Aantal Installaties | 10 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2019-12-22 |
Publicatiedatum | 2019-12-20 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | mayroonalves |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Jequitise", "version": "1.1", "manifest_version": 2, "description": "Chrome extension to show Jequiti background randomly.", "homepage_url": "https:\/\/github.com\/mayroonalves\/jequitise", "author": "Mayron Alves", "short_name": "Jequitise", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "page_action": { "default_icon": "icons\/icon19.png" }, "permissions": [ "contentSettings" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery\/jquery.min.js", "src\/inject\/jequitise.js" ] } ] } |