Relaxation Plug-In
[Sit back, relax and enjoy the calming words of this guided meditation.]
Apa itu Relaxation Plug-In?
Relaxation Plug-In adalah ekstensi Chrome yang dikembangkan oleh jennyanagnos, dan fitur utamanya adalah "[Sit back, relax and enjoy the calming words of this guided meditation.]".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Relaxation Plug-In
Unduh file ekstensi Relaxation Plug-In 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
Sit back, relax, and enjoy the soothing words of this guided meditation take over your browser.
Informasi Dasar Ekstensi
Nama | Relaxation Plug-In |
ID | jcfgjbfadlodaenbaphdadgijpkelkab |
URL Resmi | https://chromewebstore.google.com/detail/relaxation-plug-in/jcfgjbfadlodaenbaphdadgijpkelkab |
Deskripsi | [Sit back, relax and enjoy the calming words of this guided meditation.] |
Ukuran File | 22.92 KB |
Jumlah Instalasi | 21 |
Versi Saat Ini | 0.2 |
Terakhir Diperbarui | 2016-06-02 |
Tanggal Publikasi | 2016-06-01 |
Penilaian | 1.00/5 Total 1 Penilaian |
Pengembang | jennyanagnos |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://cargocollective.com/relaxation-plug-in/Download |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Relaxation Plug-In", "description": "[Sit back, relax and enjoy the calming words of this guided meditation.]", "version": "0.2", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon48.png", "default_title": "Relax a little" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |