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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add this app to your Chrome browser and replace all instances of "Meter" with "Banana.""।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में The Banana Scale Project एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.
एक्सटेंशन की मूल जानकारी
नाम | |
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" } |