Snippets
Import and execute JavaScript code snippets from GitHub
Snippets क्या है?
Snippets riscarrott द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Import and execute JavaScript code snippets from GitHub"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Snippets एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Snippets allows you to import JavaScript code snippets from GitHub (including GitHub Enterprise) and execute them via the context menu or omnibox. The code is open source and can be found here https://github.com/richardscarrott/snippets
एक्सटेंशन की मूल जानकारी
नाम | Snippets |
ID | dcibnkkafifbanoclgjbkmkbogijndin |
आधिकारिक URL | https://chromewebstore.google.com/detail/snippets/dcibnkkafifbanoclgjbkmkbogijndin |
विवरण | Import and execute JavaScript code snippets from GitHub |
फ़ाइल का आकार | 2.13 MB |
स्थापना संख्या | 388 |
वर्तमान संस्करण | 0.2.7 |
अंतिम अपडेट | 2022-08-07 |
प्रकाशन तिथि | 2018-05-13 |
रेटिंग | 4.88/5 कुल 8 रेटिंग्स |
डेवलपर | riscarrott |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://github.com/richardscarrott/snippets |
सहायता पृष्ठ URL | http://github.com/richardscarrott/snippets/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Snippets", "version": "0.2.7", "manifest_version": 2, "description": "Import and execute JavaScript code snippets from GitHub", "homepage_url": "http:\/\/github.com\/richardscarrott\/snippets", "omnibox": { "keyword": "s" }, "icons": { "16": "artwork\/icon-128.png", "48": "artwork\/icon-128.png", "128": "artwork\/icon-128.png" }, "background": { "scripts": [ "dist\/background.js" ], "persistent": true }, "browser_action": [], "options_page": "dist\/options.html", "options_ui": { "page": "dist\/options.html", "chrome_style": false, "open_in_tab": true }, "permissions": [ "contextMenus", "storage", "unlimitedStorage" ], "content_scripts": [ { "matches": [ " |