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 |
官方網址 | 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" ] } |