Timestamp Plugin
This extension will insert the timestamp into the textbox with the cursor
什么是Timestamp Plugin?
Timestamp Plugin是由Mina Michel开发的Chrome扩展程序,该扩展的主要功能是“This extension will insert the timestamp into the textbox with the cursor”。
下载Timestamp Plugin扩展crx文件
下载Timestamp Plugin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Whenever you are writing text in a huge text area and want to track when did you add this text, just click on my extension and it will add a timestamp with your initials (that you can set in the options screen)
扩展基本信息
名称 | |
ID | pngdhemdbaamjkmlfhnfjclmaegblkfj |
官方URL | https://chrome.google.com/webstore/detail/timestamp-plugin/pngdhemdbaamjkmlfhnfjclmaegblkfj |
简介 | This extension will insert the timestamp into the textbox with the cursor |
文件大小 | 11.21 KB |
安装次数 | 228 |
当前版本 | 1.0 |
更新时间 | 2016-05-30 |
上架时间 | 2016-05-30 |
评分 | 2.50/5 共2次评分 |
开发者 | Mina Michel |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Timestamp Plugin", "description": "This extension will insert the timestamp into the textbox with the cursor", "version": "1.0", "options_page": "options.html", "options_ui": { "page": "options.html", "chrome_style": true }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage" ] } |