TouchCat
This extension is TouchCat.
Cos'è TouchCat?
TouchCat è un'estensione di Chrome sviluppata da yuting1987, e la sua funzione principale è "This extension is TouchCat.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TouchCat
Scarica i file di estensione TouchCat 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
Informazioni di Base sull'Estensione
Nome | |
ID | hoaghoddfoiocckakhkkfgmjhieinlbf |
URL Ufficiale | https://chrome.google.com/webstore/detail/touchcat/hoaghoddfoiocckakhkkfgmjhieinlbf |
Descrizione | This extension is TouchCat. |
Dimensione del File | 635 KB |
Conteggio Installazioni | 46 |
Versione Corrente | 0.2.2 |
Ultimo Aggiornamento | 2013-11-15 |
Data di Pubblicazione | 2013-11-15 |
Valutazione | 4.50/5 Totale 10 Valutazioni |
Sviluppatore | yuting1987 |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://touchday.2013.nodeknockout.com/ |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TouchCat", "description": "This extension is TouchCat.", "version": "0.2.2", "content_security_policy": "script-src 'self' https:\/\/touchday.2013.nodeknockout.com\/; object-src 'self'", "web_accessible_resources": [ "action\/*.png" ], "permissions": [ "identity", "tabs", "https:\/\/github.com\/", "https:\/\/ajax.googleapis.com\/", "http:\/\/touchday.2013.nodeknockout.com\/" ], "browser_action": { "default_icon": "icon16.png", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "scripts\/socket.io.js", "scripts\/json2.js", "scripts\/underscore-min.js", "scripts\/backbone-min.js", "background.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "content\/content.css" ], "js": [ "scripts\/jquery.min.js", "content\/content.js" ] }, { "matches": [ "http:\/\/touchday.2013.nodeknockout.com\/login-success*" ], "js": [ "scripts\/jquery.min.js", "auth.js" ] } ] } |