Snippets
Import and execute JavaScript code snippets from GitHub
Vad är Snippets?
Snippets är en Chrome-tillägg utvecklad av riscarrott, och dess huvudfunktion är "Import and execute JavaScript code snippets from GitHub".
Tilläggsskärmbilder
Ladda ner Snippets-förlängningens CRX-fil
Ladda ner Snippets-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Snippets |
ID | dcibnkkafifbanoclgjbkmkbogijndin |
Officiell webbadress | https://chromewebstore.google.com/detail/snippets/dcibnkkafifbanoclgjbkmkbogijndin |
Beskrivning | Import and execute JavaScript code snippets from GitHub |
Filstorlek | 2.13 MB |
Antal Installationer | 388 |
Aktuell Version | 0.2.7 |
Senast Uppdaterad | 2022-08-07 |
Publiceringsdatum | 2018-05-13 |
Betyg | 4.88/5 Totalt 8 Betyg |
Utvecklare | riscarrott |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://github.com/richardscarrott/snippets |
Hjälpsida URL | http://github.com/richardscarrott/snippets/issues |
Stödda Språk | 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": [ " |