Is it Saturday?
Tells you if it is Saturday in any timezone UTC+14 to UTC-12
What is Is it Saturday??
Is it Saturday? is a Chrome extension developed by goatcheese90, and its main feature is "Tells you if it is Saturday in any timezone UTC+14 to UTC-12".
Download Is it Saturday? Extension CRX File
Download Is it Saturday? extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Tells you if it is Saturday in any timezone UTC+14 to UTC-12. Useful for shitposting in programming groups
Extension Basic Information
Name | Is it Saturday? |
ID | fefdcnndlgbemifbhgnijbmjganpdmke |
Official URL | https://chromewebstore.google.com/detail/is-it-saturday/fefdcnndlgbemifbhgnijbmjganpdmke |
Description | Tells you if it is Saturday in any timezone UTC+14 to UTC-12 |
File Size | 9.18 KB |
Installation Count | 23 |
Current Version | 1.0 |
Last Updated | 2017-11-19 |
Publish Date | 2017-11-18 |
Rating | 4.33/5 Total 6 Ratings |
Developer | goatcheese90 |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Is it Saturday?", "version": "1.0", "manifest_version": 2, "description": "Tells you if it is Saturday in any timezone UTC+14 to UTC-12", "permissions": [ "alarms" ], "browser_action": { "default_icon": "no.png" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |