My Gender
What was it, again?.
Cos'è My Gender?
My Gender è un'estensione di Chrome sviluppata da becca.ooo, e la sua funzione principale è "What was it, again?.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione My Gender
Scarica i file di estensione My Gender 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
Changes the first bit of text in any Wikipedia article to “My gender” so you can get a good, detailed description.
Informazioni di Base sull'Estensione
Nome | |
ID | jcppahlildddedjkgjmhbamnldhgmojm |
URL Ufficiale | https://chrome.google.com/webstore/detail/my-gender/jcppahlildddedjkgjmhbamnldhgmojm |
Descrizione | What was it, again?. |
Dimensione del File | 39.33 KB |
Conteggio Installazioni | 34 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2014-10-04 |
Data di Pubblicazione | 2014-10-04 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | becca.ooo |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "My Gender", "version": "1.0.0", "manifest_version": 2, "description": "What was it, again?.", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*.wikipedia.org\/*", "https:\/\/*.wikipedia.org\/*" ], "js": [ "jquery.js", "main.js" ] } ] } |