Fake Work Tab
Every new tab makes it look like you're working
Vad är Fake Work Tab?
Fake Work Tab är en Chrome-tillägg utvecklad av griffink3, och dess huvudfunktion är "Every new tab makes it look like you're working".
Tilläggsskärmbilder
Ladda ner Fake Work Tab-förlängningens CRX-fil
Ladda ner Fake Work Tab-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
Have you ever been playing video games or checking social media when you should've been working? And someone walks in on you? With Fake Work Tab, it can be our little secret ;) Just open a new tab to make it look like you're working in a Google Doc or Google Sheets!
Grundläggande Information om Tillägg
Namn | Fake Work Tab |
ID | mhdjjjkealhkpnabhdidlfnmkdpdfaic |
Officiell webbadress | https://chromewebstore.google.com/detail/fake-work-tab/mhdjjjkealhkpnabhdidlfnmkdpdfaic |
Beskrivning | Every new tab makes it look like you're working |
Filstorlek | 6.05 MB |
Antal Installationer | 248 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2020-10-30 |
Publiceringsdatum | 2020-10-30 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | griffink3 |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fake Work Tab", "short_name": "Fake Work Tab", "version": "1.0", "description": "Every new tab makes it look like you're working", "author": "Griffin Kao and Michael Perusse", "chrome_url_overrides": { "newtab": "newpage.html" }, "permissions": [ "storage" ], "background": { "scripts": [ "start.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/winky16.png", "32": "images\/winky32.png", "48": "images\/winky48.png", "128": "images\/winky128.png" } }, "icons": { "16": "images\/winky16.png", "32": "images\/winky32.png", "48": "images\/winky48.png", "128": "images\/winky128.png" }, "manifest_version": 2 } |