The Banana Scale Project

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

Was ist The Banana Scale Project?

The Banana Scale Project ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Add this app to your Chrome browser and replace all instances of "Meter" with "Banana."".

Erweiterungsscreenshots

screenshot

The Banana Scale Project-Erweiterungs-CRX-Datei herunterladen

Laden Sie The Banana Scale Project-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name The Banana Scale Project The Banana Scale Project
ID geafhacfpdemjehiaaecmbhfdgbfoccb
Offizielle URL https://chromewebstore.google.com/detail/the-banana-scale-project/geafhacfpdemjehiaaecmbhfdgbfoccb
Beschreibung Add this app to your Chrome browser and replace all instances of "Meter" with "Banana."
Dateigröße 26.55 KB
Installationsanzahl 20
Aktuelle Version 2.0
Letztes Update 2016-10-20
Veröffentlichungsdatum 2016-10-20
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Unknown
Zahlungsart free
Erweiterungswebsite https://www.kickstarter.com/projects/1765192122/the-banana-scale-project
Unterstützte Sprachen 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"
}