The Banana Scale Project

Add this app to your Chrome browser and replace all instances of "Meter" with "Banana."

Qu'est-ce que The Banana Scale Project ?

The Banana Scale Project est une extension Chrome développée par Unknown, et sa fonction principale est "Add this app to your Chrome browser and replace all instances of "Meter" with "Banana."".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension The Banana Scale Project

Téléchargez les fichiers d'extension The Banana Scale Project 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

                        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.                    

Informations de Base sur l'Extension

Nom The Banana Scale Project The Banana Scale Project
ID geafhacfpdemjehiaaecmbhfdgbfoccb
URL Officiel https://chromewebstore.google.com/detail/the-banana-scale-project/geafhacfpdemjehiaaecmbhfdgbfoccb
Description Add this app to your Chrome browser and replace all instances of "Meter" with "Banana."
Taille du Fichier 26.55 KB
Nombre d'Installations 20
Version Actuelle 2.0
Dernière Mise à Jour 2016-10-20
Date de Publication 2016-10-20
Évaluation 5.00/5 Total 3 Évaluations
Développeur Unknown
Type de Paiement free
Site Web de l'Extension https://www.kickstarter.com/projects/1765192122/the-banana-scale-project
Langues Prises en Charge 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"
}