Timegrip
Timegrip helper
Timegripとは何ですか?
TimegripはEugene Kuzminによって開発されたChromeの拡張機能で、その主な機能は「Timegrip helper」です。
Timegrip拡張機能のCRXファイルをダウンロード
Timegrip拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Authors: Pavel Cherkashin & Liv Madsen
拡張機能の基本情報
名前 | ![]() |
ID | egdbhhedjdklbkljnjajnjbmhiblghae |
公式URL | https://chrome.google.com/webstore/detail/timegrip/egdbhhedjdklbkljnjajnjbmhiblghae |
説明 | Timegrip helper |
ファイルサイズ | 592 KB |
インストール数 | 56 |
現在のバージョン | 0.7.9 |
最終更新日 | 2015-08-21 |
公開日 | 2015-08-21 |
評価 | 4.67/5 合計 6 レビュー |
開発者 | Eugene Kuzmin |
支払い方法 | free |
対応言語 | 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" ] } |