Timegrip
Timegrip helper
What is Timegrip?
Timegrip is a Chrome extension developed by Eugene Kuzmin, and its main feature is "Timegrip helper".
Download Timegrip Extension CRX File
Download Timegrip 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
Authors: Pavel Cherkashin & Liv Madsen
Extension Basic Information
Name | ![]() |
ID | egdbhhedjdklbkljnjajnjbmhiblghae |
Official URL | https://chrome.google.com/webstore/detail/timegrip/egdbhhedjdklbkljnjajnjbmhiblghae |
Description | Timegrip helper |
File Size | 592 KB |
Installation Count | 56 |
Current Version | 0.7.9 |
Last Updated | 2015-08-21 |
Publish Date | 2015-08-21 |
Rating | 4.67/5 Total 6 Ratings |
Developer | Eugene Kuzmin |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Timegrip", "version": "0.7.9", "description": "Timegrip helper", "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/dktimegrip\/*", "https:\/\/timegrip.creuna.dk\/*", "https:\/\/timegrip.creuna.no\/*" ], "js": [ "mappy_content_script.js" ], "css": [ "styles.css" ] } ], "manifest_version": 2, "web_accessible_resources": [ "script.js", "santa.png" ], "permissions": [ "clipboardWrite", "clipboardRead" ] } |