The Banana Scale Project
Add this app to your Chrome browser and replace all instances of "Meter" with "Banana."
¿Qué es The Banana Scale Project?
The Banana Scale Project es una extensión de Chrome desarrollada por Unknown, y su función principal es "Add this app to your Chrome browser and replace all instances of "Meter" with "Banana."".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión The Banana Scale Project
Descarga archivos de extensión The Banana Scale Project en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
The international prototype meter was a meter-long rod used to set the standard length of the metric system locked in a basement in Paris. As we have moved into the 21 century definitions for scales of measure have become less and less accessible with the current definition being the distance light travels in 1/299792458 of a second. A definition reserved for an elite few. This project supports the vision of the online community after so many years of inaccessible, top down definitions of scale. This vision comes in the form of the first community built, accessible and edible banana scale.
Información Básica de la Extensión
Nombre | |
ID | geafhacfpdemjehiaaecmbhfdgbfoccb |
URL Oficial | https://chromewebstore.google.com/detail/the-banana-scale-project/geafhacfpdemjehiaaecmbhfdgbfoccb |
Descripción | Add this app to your Chrome browser and replace all instances of "Meter" with "Banana." |
Tamaño del Archivo | 26.55 KB |
Cantidad de Instalaciones | 20 |
Versión Actual | 2.0 |
Última Actualización | 2016-10-20 |
Fecha de Publicación | 2016-10-20 |
Calificación | 5.00/5 Total de 3 Calificaciones |
Desarrollador | Unknown |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.kickstarter.com/projects/1765192122/the-banana-scale-project |
Idiomas Soportados | en-GB |
manifest.json | |
{ "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "The Banana Scale Project" }, "content_scripts": [ { "js": [ "content_script.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ], "description": "Add this app to your Chrome browser and replace all instances of \"Meter\" with \"Banana.\"", "manifest_version": 2, "name": "The Banana Scale Project", "permissions": [ "http:\/\/*.google.com\/", "http:\/\/*.com\/", "tabs" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.0" } |