Relaxation Plug-In
[Sit back, relax and enjoy the calming words of this guided meditation.]
什麼是Relaxation Plug-In?
Relaxation Plug-In是由jennyanagnos開發的Chrome擴展程式,該擴展的主要功能是“[Sit back, relax and enjoy the calming words of this guided meditation.]”。
擴展截圖
下載Relaxation Plug-In擴展crx文件
下載Relaxation Plug-In擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Sit back, relax, and enjoy the soothing words of this guided meditation take over your browser. 擴展基本資訊
| 名稱 | |
| ID | jcfgjbfadlodaenbaphdadgijpkelkab |
| 官方網址 | https://chromewebstore.google.com/detail/relaxation-plug-in/jcfgjbfadlodaenbaphdadgijpkelkab |
| 簡介 | [Sit back, relax and enjoy the calming words of this guided meditation.] |
| 檔案大小 | 22.92 KB |
| 安裝次數 | 21 |
| 目前版本 | 0.2 |
| 更新時間 | 2016-06-02 |
| 上架時間 | 2016-06-01 |
| 評分 | 1.00/5 共 1 次評分 |
| 開發者 | jennyanagnos |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | http://cargocollective.com/relaxation-plug-in/Download |
| 支援的語言 | 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"
}
]
} | |