Scratch Project Profile Pictures
Adds a profile picture of the user who shared the project to scratch project pages.
Wat is Scratch Project Profile Pictures?
Scratch Project Profile Pictures is een Chrome-extensie ontwikkeld door GrannyCookies, en de belangrijkste functie is "Adds a profile picture of the user who shared the project to scratch project pages.".
Extensie Screenshots
Download het CRX-bestand van de extensie Scratch Project Profile Pictures
Download Scratch Project Profile Pictures-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
Simply put, this just puts the sharer's picture on project pages. That's it. Made by Alex Bates (aka GrannyCookies)
Basisinformatie over de Extensie
Naam | |
ID | ckkjcabehicmjhgndgpobhjkeenihdbk |
Officiële URL | https://chrome.google.com/webstore/detail/scratch-project-profile-p/ckkjcabehicmjhgndgpobhjkeenihdbk |
Beschrijving | Adds a profile picture of the user who shared the project to scratch project pages. |
Bestandsgrootte | 39.37 KB |
Aantal Installaties | 212 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2014-12-28 |
Publicatiedatum | 2014-12-28 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | GrannyCookies |
Betalingswijze | free |
Extensiewebsite | http://scratch.mit.edu |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Scratch Project Profile Pictures", "version": "1.0", "description": "Adds a profile picture of the user who shared the project to scratch project pages.", "icons": { "128": "logo.png" }, "content_scripts": [ { "matches": [ "http:\/\/scratch.mit.edu\/projects\/*" ], "js": [ "script.js" ], "run_at": "document_end" } ], "permissions": [ "tabs", "http:\/\/scratch.mit.edu\/*" ], "manifest_version": 2, "content_security_policy": "default-src 'none'; style-src 'self'; script-src 'self'; connect-src http:\/\/scratch.mit.edu; img-src http:\/\/scratch.mit.edu" } |