Relaxation Plug-In
[Sit back, relax and enjoy the calming words of this guided meditation.]
Co je Relaxation Plug-In?
Relaxation Plug-In je rozšíření Chrome vyvinuté jennyanagnos, a jeho hlavní funkcí je „[Sit back, relax and enjoy the calming words of this guided meditation.]“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Relaxation Plug-In
Stáhněte si soubory rozšíření Relaxation Plug-In ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Sit back, relax, and enjoy the soothing words of this guided meditation take over your browser. Základní Informace o Rozšíření
| Název | |
| ID | jcfgjbfadlodaenbaphdadgijpkelkab |
| Oficiální URL | https://chromewebstore.google.com/detail/relaxation-plug-in/jcfgjbfadlodaenbaphdadgijpkelkab |
| Popis | [Sit back, relax and enjoy the calming words of this guided meditation.] |
| Velikost souboru | 22.92 KB |
| Počet instalací | 21 |
| Aktuální Verze | 0.2 |
| Poslední Aktualizace | 2016-06-02 |
| Datum Vydání | 2016-06-01 |
| Hodnocení | 1.00/5 Celkem 1 Hodnocení |
| Vývojář | jennyanagnos |
| [email protected] | |
| Typ Platby | free |
| Webové stránky Rozšíření | http://cargocollective.com/relaxation-plug-in/Download |
| Podporované Jazyky | 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"
}
]
} | |