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)                    

拡張機能の基本情報

名前 Timestamp Plugin Timestamp Plugin
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
Eメール [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"
    ]
}