The Banana Scale Project

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

The Banana Scale Project란 무엇입니까?

The Banana Scale Project은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add this app to your Chrome browser and replace all instances of "Meter" with "Banana.""입니다.

확장 프로그램 스크린샷

screenshot

The Banana Scale Project 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 The Banana Scale Project The Banana Scale Project
ID geafhacfpdemjehiaaecmbhfdgbfoccb
공식 URL https://chromewebstore.google.com/detail/the-banana-scale-project/geafhacfpdemjehiaaecmbhfdgbfoccb
설명 Add this app to your Chrome browser and replace all instances of "Meter" with "Banana."
파일 크기 26.55 KB
설치 횟수 20
현재 버전 2.0
최근 업데이트 2016-10-20
출시 날짜 2016-10-20
평점 5.00/5 총 3 개의 평점
개발자 Unknown
결제 유형 free
확장 프로그램 웹 사이트 https://www.kickstarter.com/projects/1765192122/the-banana-scale-project
지원되는 언어 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"
}