The Banana Scale Project

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

The Banana Scale Project là gì?

The Banana Scale Project là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Add this app to your Chrome browser and replace all instances of "Meter" with "Banana."".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng The Banana Scale Project

Tải xuống các tệp mở rộng The Banana Scale Project dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên The Banana Scale Project The Banana Scale Project
ID geafhacfpdemjehiaaecmbhfdgbfoccb
URL Chính Thức https://chromewebstore.google.com/detail/the-banana-scale-project/geafhacfpdemjehiaaecmbhfdgbfoccb
Mô tả Add this app to your Chrome browser and replace all instances of "Meter" with "Banana."
Kích Thước Tệp 26.55 KB
Số Lần Cài Đặt 20
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2016-10-20
Ngày Phát Hành 2016-10-20
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng https://www.kickstarter.com/projects/1765192122/the-banana-scale-project
Ngôn Ngữ Được Hỗ Trợ 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"
}