DateMatter
DateMatter
What is DateMatter?
DateMatter is a Chrome extension developed by marvinlix, and its main feature is "DateMatter".
Extension Screenshots
Download DateMatter Extension CRX File
Download DateMatter 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
倒数日是一个帮你记录生活中重要日子的小工具,与iOS、Android应用能实时同步。 Android App: https://play.google.com/store/apps/details?id=com.pybeta.daymatter iOS App: https://itunes.apple.com/us/app/date-matter/id611139274?ls=1&mt=8
Extension Basic Information
Name | DateMatter |
ID | olhidnbbgoafdikmppnhkdoceneinejd |
Official URL | https://chromewebstore.google.com/detail/datematter/olhidnbbgoafdikmppnhkdoceneinejd |
Description | DateMatter |
File Size | 171 KB |
Installation Count | 102 |
Current Version | 1.3 |
Last Updated | 2013-04-11 |
Publish Date | 2013-04-11 |
Rating | 2.00/5 Total 9 Ratings |
Developer | marvinlix |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "browser_action": { "default_icon": "img\/icon_16.png", "default_popup": "popup.html", "default_title": "Date Matter" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "DateMatter", "name": "DateMatter", "permissions": [ "https:\/\/accounts.google.com\/o\/oauth2\/token", "https:\/\/www.googleapis.com\/" ], "icons": { "128": "img\/icon_128.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.google.com\/robots.txt*" ], "js": [ "oauth2\/oauth2_inject.js" ], "run_at": "document_start" } ], "manifest_version": 2, "version": "1.3" } |