Fake Work Tab
Every new tab makes it look like you're working
Cos'è Fake Work Tab?
Fake Work Tab è un'estensione di Chrome sviluppata da griffink3, e la sua funzione principale è "Every new tab makes it look like you're working".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Fake Work Tab
Scarica i file di estensione Fake Work Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | Fake Work Tab |
ID | mhdjjjkealhkpnabhdidlfnmkdpdfaic |
URL Ufficiale | https://chromewebstore.google.com/detail/fake-work-tab/mhdjjjkealhkpnabhdidlfnmkdpdfaic |
Descrizione | Every new tab makes it look like you're working |
Dimensione del File | 6.05 MB |
Conteggio Installazioni | 248 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2020-10-30 |
Data di Pubblicazione | 2020-10-30 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | griffink3 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |