Snippets
Create and edit JavaScript code snippets, which are synced to all your computers
Snippetsとは何ですか?
SnippetsはSidney Nemzerによって開発されたChromeの拡張機能で、その主な機能は「Create and edit JavaScript code snippets, which are synced to all your computers」です。
拡張機能のスクリーンショット
Snippets拡張機能のCRXファイルをダウンロード
Snippets拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
When you save a snippet, it's saved in a Github Gist, so your snippets are available on all of your computers (and https://gist.github.com). View the code on GitHub: https://github.com/SidneyNemzer/snippets
拡張機能の基本情報
名前 | Snippets |
ID | fakjeijchchmicjllnabpdkclfkpbiag |
公式URL | https://chromewebstore.google.com/detail/snippets/fakjeijchchmicjllnabpdkclfkpbiag |
説明 | Create and edit JavaScript code snippets, which are synced to all your computers |
ファイルサイズ | 1.22 MB |
インストール数 | 3,711 |
現在のバージョン | 2.4.0 |
最終更新日 | 2021-05-11 |
公開日 | 2019-11-04 |
評価 | 3.87/5 合計 15 レビュー |
開発者 | Sidney Nemzer |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/SidneyNemzer/snippets |
ヘルプページのURL | https://github.com/SidneyNemzer/snippets/blob/master/docs/faq.md |
プライバシーポリシーページのURL | https://sidneynemzer.github.io/privacy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "devtools_page": "devtools.html", "permissions": [ "storage" ], "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "name": "Snippets", "description": "Create and edit JavaScript code snippets, which are synced to all your computers", "version": "2.4.0" } |