Webapps
Extension with quick links to selected websites.
Webapps क्या है?
Webapps martenicijuliart द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension with quick links to selected websites."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Webapps एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Quick links to popular websites. Rearrange the icons in the order you like. Just press the icon, drag it to the new location and drop it. All product names, logos, and brands are property of their respective owners. All copyrights belong to their respective owners.
एक्सटेंशन की मूल जानकारी
नाम | Webapps |
ID | fifipfjcpdakpdomdhekagpcngdblbba |
आधिकारिक URL | https://chromewebstore.google.com/detail/webapps/fifipfjcpdakpdomdhekagpcngdblbba |
विवरण | Extension with quick links to selected websites. |
फ़ाइल का आकार | 198 KB |
स्थापना संख्या | 8,025 |
वर्तमान संस्करण | 1.4 |
अंतिम अपडेट | 2018-11-28 |
प्रकाशन तिथि | 2018-11-27 |
रेटिंग | 3.85/5 कुल 246 रेटिंग्स |
डेवलपर | martenicijuliart |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://chrome-apps.blogspot.de/2015/05/new-chrome-webstore-app-with-quick-links.html |
सहायता पृष्ठ URL | http://chrome-apps.blogspot.de/2015/05/new-chrome-webstore-app-with-quick-links.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_application_title__", "description": "__MSG_application_description__", "default_locale": "en", "version": "1.4", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "background": { "scripts": [ "eventPage.js" ] }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "img\/*.png" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |