Credits
Learn who created the websites you visit
Qu'est-ce que Credits ?
Credits est une extension Chrome développée par https://makesites.org, et sa fonction principale est "Learn who created the websites you visit".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Credits
Téléchargez les fichiers d'extension Credits au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Credits is an extension that promotes the technical and artistic people that contribute in the development and evolution of the Web. By displaying a single icon in Chrome's toolbar, visitors have immediate access to the website's humans.txt file, which is a standard way to display information about the different people who have contributed in the construction of the website they are viewing. Presentation is similar to a traditional credit roll. ASCII art is supported with main consideration being the max width of the popup window (800px) We invite everyone to give credit to the teams responsible for the web applications we use every day, by installing and using this extension. Our hope is to reward creative people for their hard work and encourage them to do even more through recognition of their contributions. Originally created as a weekend hackathon organized by Makesites.org
Informations de Base sur l'Extension
Nom | Credits |
ID | gnelaoadiiffeiddnfbbamnmdbfidfog |
URL Officiel | https://chromewebstore.google.com/detail/credits/gnelaoadiiffeiddnfbbamnmdbfidfog |
Description | Learn who created the websites you visit |
Taille du Fichier | 24.54 KB |
Nombre d'Installations | 24 |
Version Actuelle | 0.3.0 |
Dernière Mise à Jour | 2016-05-13 |
Date de Publication | 2016-05-12 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://makesites.org |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://credits.makesit.es |
URL de la Page d'Aide | http://facebook.com/makesites.org |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Credits", "version": "0.3.0", "short_name": "Credits", "description": "Learn who created the websites you visit", "permissions": [ "tabs" ], "browser_action": { "default_title": "Credits", "default_icon": "assets\/img\/icon\/19.png", "default_popup": "index.html" }, "icons": { "48": "assets\/img\/icon\/48.png", "72": "assets\/img\/icon\/72.png", "128": "assets\/img\/icon\/128.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'; frame-src http:\/\/credits.makesit.es http:\/\/makesit.es http:\/\/kdi.co http:\/\/cdn.kdi.co http:\/\/cdn.makesit.es http:\/\/fonts.googleapis.com http:\/\/cdnjs.cloudflare.com" } |