Timestamp Plugin
This extension will insert the timestamp into the textbox with the cursor
Timestamp Plugin क्या है?
Timestamp Plugin Mina Michel द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will insert the timestamp into the textbox with the cursor"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Timestamp Plugin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |