Developer Cheat Sheet
A cheat sheet for a developer is the place where the developer will save all the unique things. this is pre-alpha version
Developer Cheat Sheetとは何ですか?
Developer Cheat Sheetはnmurciano1によって開発されたChromeの拡張機能で、その主な機能は「A cheat sheet for a developer is the place where the developer will save all the unique things. this is pre-alpha version」です。
拡張機能のスクリーンショット
Developer Cheat Sheet拡張機能のCRXファイルをダウンロード
Developer Cheat Sheet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A cheat sheet for a developer is the place where the developer will save all the unique things he doesn’t want to remember all the time, and just copy and paste from it for his personal usage. The cheat sheet should be saved for a specific user by his account. When a user installs the chrome extension for the first time.
拡張機能の基本情報
名前 | Developer Cheat Sheet |
ID | odkopabfklhmpdfamdlohfgbbodklohc |
公式URL | https://chromewebstore.google.com/detail/developer-cheat-sheet/odkopabfklhmpdfamdlohfgbbodklohc |
説明 | A cheat sheet for a developer is the place where the developer will save all the unique things. this is pre-alpha version |
ファイルサイズ | 2.1 MB |
インストール数 | 49 |
現在のバージョン | 0.0.4 |
最終更新日 | 2020-10-10 |
公開日 | 2020-10-01 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | nmurciano1 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Developer Cheat Sheet", "name": "Developer Cheat Sheet", "description": "A cheat sheet for a developer is the place where the developer will save all the unique things. this is pre-alpha version", "manifest_version": 2, "version": "0.0.4", "browser_action": { "default_popup": "index.html", "default_title": "Cheat Sheet" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "identity", "identity.email", "tabs", "clipboardRead" ], "oauth2": { "client_id": "17304686700-qhft0nc28a6nedt5f1t2fjb8dlkasuku.apps.googleusercontent.com", "scopes": [ "profile" ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuF52U3s+uobLxz+Ejf3HOEIL9aI9Wr+kSnPNRye2tzFAyForIQ55RlUZ\/ewC\/88qUvJCwgTM3bAlUWSxN8H2d2\/mrfDNJixILcmmfCAVPc3ZvbiVytmNy6owPo7Z0g3Oca5Ulcsj8hd\/m8mjNQ2bw5Yv\/auRWJc3KbNxEtyZ3\/Bzuhn7iiD227pWupESDq7fBJqEdKvZIE3GjHFjfNEhrypHLsdfidzEaqed71q4h5sjPgWBCG9uJbxJ8kzkoNoeefb\/tvJbMWlp3HIdDeQCJ1lbdPisZ5xcCriBKidZ43SFPFe0LeRf10xDuao72nvUKTgH53zGUpDazyu0eaBnVwIDAQAB" } |