DevDocs
Quickly find DevDocs without wasting a tab
Apa itu DevDocs?
DevDocs adalah ekstensi Chrome yang dikembangkan oleh MightySCollins, dan fitur utamanya adalah "Quickly find DevDocs without wasting a tab".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi DevDocs
Unduh file ekstensi DevDocs dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This extension allows you to quickly open a tab and get straight into DevDocs.io even without an internet connection. It removes the need for a pinned tab and allows easy access to a great developer resource.
Informasi Dasar Ekstensi
Nama | DevDocs |
ID | kfollpcdnbaimpmjhkoghaegiendpidj |
URL Resmi | https://chromewebstore.google.com/detail/devdocs/kfollpcdnbaimpmjhkoghaegiendpidj |
Deskripsi | Quickly find DevDocs without wasting a tab |
Ukuran File | 25.52 KB |
Jumlah Instalasi | 2,645 |
Versi Saat Ini | 0.0.3 |
Terakhir Diperbarui | 2016-01-13 |
Tanggal Publikasi | 2016-01-13 |
Penilaian | 4.64/5 Total 14 Penilaian |
Pengembang | MightySCollins |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DevDocs", "short_name": "DevDocs", "author": "Sam Collins", "description": "Quickly find DevDocs without wasting a tab", "version": "0.0.3", "manifest_version": 2, "offline_enabled": true, "browser_action": { "default_icon": "icon32.png", "default_title": "DevDocs" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icon16.png", "32": "icon32.png", "128": "icon128.png" } } |