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."”。
擴展截圖
下載The Banana Scale Project擴展crx文件
下載The Banana Scale Project擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | geafhacfpdemjehiaaecmbhfdgbfoccb |
官方網址 | 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" } |