Just do it!
Get motivated
Vad är Just do it!?
Just do it! är en Chrome-tillägg utvecklad av MlgApps_s.r.i, och dess huvudfunktion är "Get motivated".
Tilläggsskärmbilder
Ladda ner Just do it!-förlängningens CRX-fil
Ladda ner Just do it!-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Get motivated to finish the work you have started through the words of Shia LaBeouf.
Grundläggande Information om Tillägg
Namn | Just do it! |
ID | hclflnemjmbjnohglfdbmmlmlbpemaij |
Officiell webbadress | https://chromewebstore.google.com/detail/just-do-it/hclflnemjmbjnohglfdbmmlmlbpemaij |
Beskrivning | Get motivated |
Filstorlek | 302 KB |
Antal Installationer | 1,039 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2015-11-09 |
Publiceringsdatum | 2015-11-08 |
Betyg | 4.39/5 Totalt 18 Betyg |
Utvecklare | MlgApps_s.r.i |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Just do it!", "description": "Get motivated", "version": "1.0", "browser_action": { "default_icon": "logo.png", "default_title": "Just Do it" }, "background": { "scripts": [ "audio.js" ], "persistent": false } } |