Image rotator
One of the less useful extensions out there.
Image rotator क्या है?
Image rotator FH द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "One of the less useful extensions out there."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Image rotator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Does what the title says it does.
एक्सटेंशन की मूल जानकारी
नाम | ![]() |
ID | amplighgcpifjbdglmkhhcafffaafpoc |
आधिकारिक URL | https://chrome.google.com/webstore/detail/image-rotator/amplighgcpifjbdglmkhhcafffaafpoc |
विवरण | One of the less useful extensions out there. |
फ़ाइल का आकार | 3.86 KB |
स्थापना संख्या | 10 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2013-12-15 |
प्रकाशन तिथि | 2013-12-15 |
रेटिंग | 1.00/5 कुल 3 रेटिंग्स |
डेवलपर | FH |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Image rotator", "description": "One of the less useful extensions out there.", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "script.js" ] } ] } |