Imagine
SSM Mini Project, Imagine
Imagine क्या है?
Imagine zerocool530 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "SSM Mini Project, Imagine"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Imagine एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Imagine 이미지를 Extension상에서 저장하고 분류할 수 있습니다.
एक्सटेंशन की मूल जानकारी
नाम | ![]() |
ID | fnafmokgjfigndacgjppegpajljpjnhf |
आधिकारिक URL | https://chrome.google.com/webstore/detail/imagine/fnafmokgjfigndacgjppegpajljpjnhf |
विवरण | SSM Mini Project, Imagine |
फ़ाइल का आकार | 1.46 MB |
स्थापना संख्या | 11 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2015-02-27 |
प्रकाशन तिथि | 2015-02-27 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | zerocool530 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Imagine", "description": "SSM Mini Project, Imagine", "version": "1.0", "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/", "downloads", "webNavigation", "tabs", "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "all_frames": true, "js": [ "jquery-2.0.3.min.js", "func1.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "web_accessible_resources": [ "\/pics\/icon2.png", "\/pics\/save-32.png", "jquery-2.0.3.min.map" ], "commands": { "toggle-feature-foo": { "suggested_key": { "default": "Ctrl+Shift+Y", "mac": "Command+Shift+Y" }, "description": "Toggle feature foo", "global": true }, "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+Shift+E", "mac": "Command+Shift+Y", "chromeos": "Ctrl+Shift+U", "linux": "Ctrl+Shift+J" } }, "_execute_page_action": { "suggested_key": { "default": "Ctrl+Shift+E", "windows": "Alt+Shift+P", "mac": "Alt+Shift+P" } } } } |