Inception Button
Adds a button that will play the inception sound.
Inception Button क्या है?
Inception Button Deshawn B Williams द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a button that will play the inception sound."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Inception Button एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This provides a button that allows you to make the inception sound. The sound clip is considered fair us under Title 17 of the United States Code, Chapter 1, § 107A (3) and (4)
एक्सटेंशन की मूल जानकारी
नाम | Inception Button |
ID | bomipglfgpeaeailgdcgkcppjhkgbhoh |
आधिकारिक URL | https://chromewebstore.google.com/detail/inception-button/bomipglfgpeaeailgdcgkcppjhkgbhoh |
विवरण | Adds a button that will play the inception sound. |
फ़ाइल का आकार | 838 KB |
स्थापना संख्या | 1,000 |
वर्तमान संस्करण | 1.4 |
अंतिम अपडेट | 2013-04-05 |
प्रकाशन तिथि | 2013-04-05 |
रेटिंग | 4.81/5 कुल 21 रेटिंग्स |
डेवलपर | Deshawn B Williams |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "browser_action": { "default_icon": "button16.png", "default_title": "Inception" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Adds a button that will play the inception sound.", "background": { "scripts": [ "background.js" ] }, "name": "Inception Button", "permissions": [], "icons": { "48": "button48.png", "128": "button128.png", "16": "button16.png" }, "manifest_version": 2, "version": "1.4" } |