Easy Button
"that was easy"
Easy Button क्या है?
Easy Button Christian द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है ""that was easy""।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Easy Button एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Give yourself a pat on the back with a always accessible easy button. Notice there are no ads or anything of the sort. Please leave me a review and tell me if you like the simple design or if you would like a actual picture of a easy button. Update 1.3.1 - icon directory fix Update 1.3 - icon fixes Update 1.2 - popup minor bug fixes Update 1.1 - code cleanup Release 1.0 - easy button
एक्सटेंशन की मूल जानकारी
नाम | Easy Button |
ID | kkganccblahhhjbpjgbaindnmjimjaep |
आधिकारिक URL | https://chromewebstore.google.com/detail/easy-button/kkganccblahhhjbpjgbaindnmjimjaep |
विवरण | "that was easy" |
फ़ाइल का आकार | 679 KB |
स्थापना संख्या | 1,026 |
वर्तमान संस्करण | 1.3.1 |
अंतिम अपडेट | 2016-11-14 |
प्रकाशन तिथि | 2016-11-13 |
रेटिंग | 4.90/5 कुल 10 रेटिंग्स |
डेवलपर | Christian |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.christianjuth.com |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Easy Button", "description": "\"that was easy\"", "version": "1.3.1", "browser_action": { "default_icon": "Icons\/icon.png", "default_popup": "EasyButton.html" }, "icons": { "16": "Icons\/icon.png", "48": "Icons\/easy button icon.png", "128": "Icons\/icon.png" }, "permissions": [], "background": [ { "js": [ "EasyButton.js" ] } ] } |