Fake Work Tab
Every new tab makes it look like you're working
Qu'est-ce que Fake Work Tab ?
Fake Work Tab est une extension Chrome développée par griffink3, et sa fonction principale est "Every new tab makes it look like you're working".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Fake Work Tab
Téléchargez les fichiers d'extension Fake Work Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Fake Work Tab |
ID | mhdjjjkealhkpnabhdidlfnmkdpdfaic |
URL Officiel | https://chromewebstore.google.com/detail/fake-work-tab/mhdjjjkealhkpnabhdidlfnmkdpdfaic |
Description | Every new tab makes it look like you're working |
Taille du Fichier | 6.05 MB |
Nombre d'Installations | 248 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-10-30 |
Date de Publication | 2020-10-30 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | griffink3 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |