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 là gì?
Developer Cheat Sheet là một tiện ích mở rộng Chrome được phát triển bởi nmurciano1, và tính năng chính của nó là "A cheat sheet for a developer is the place where the developer will save all the unique things. this is pre-alpha version".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Developer Cheat Sheet
Tải xuống các tệp mở rộng Developer Cheat Sheet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Developer Cheat Sheet |
ID | odkopabfklhmpdfamdlohfgbbodklohc |
URL Chính Thức | https://chromewebstore.google.com/detail/developer-cheat-sheet/odkopabfklhmpdfamdlohfgbbodklohc |
Mô tả | A cheat sheet for a developer is the place where the developer will save all the unique things. this is pre-alpha version |
Kích Thước Tệp | 2.1 MB |
Số Lần Cài Đặt | 49 |
Phiên Bản Hiện Tại | 0.0.4 |
Cập Nhật Lần Cuối | 2020-10-10 |
Ngày Phát Hành | 2020-10-01 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | nmurciano1 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |