Time Is Money

Automatically converts prices online into hours of work.

Time Is Money क्या है?

Time Is Money phrazzld द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically converts prices online into hours of work."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Time Is Money एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ** 4.0.5 RELEASE NOTES **
- Support for all currency codes.
- Support for all currency symbols.
- Support for spaces and dots to mark the thousands' place.
- Support for commas to mark the decimal place.


FEATURED ON
- Yahoo News: http://yhoo.it/1xUHPuT
- Lifehacker: http://bit.ly/1EEi06x
- Huffington Post: http://huff.to/1DAaYMV
- Fast Company: http://bit.ly/1zo5t4f
- Free Technology for Teachers: http://bit.ly/1xO6B3e


TIME IS MONEY. SPEND IT WISELY.
Why do we want money? Sometimes it's because we really want that new BluRay player, or tickets to that Broadway show, or a pair of fly new kicks. But usually we want money so we can have time to do things we love. We clock in overtime for a few months so we can take a two week adventure in Southeast Asia. We slave away at the office for decades in exchange for a relaxing retirement. For our whole lives, we spend our time trying to earn it back.
You can't get back time you've spent, but you can make decisions today that save you time tomorrow. Download Time Is Money and start saving hours like dollars.


OPEN SOURCE
See the code @ https://github.com/phrazzld/timeismoney                    

एक्सटेंशन की मूल जानकारी

नाम Time Is Money Time Is Money
ID ooppbnomdcjmoepangldchpmjhkeendl
आधिकारिक URL https://chromewebstore.google.com/detail/time-is-money/ooppbnomdcjmoepangldchpmjhkeendl
विवरण Automatically converts prices online into hours of work.
फ़ाइल का आकार 54.39 KB
स्थापना संख्या 6,976
वर्तमान संस्करण 4.1.5
अंतिम अपडेट 2021-05-17
प्रकाशन तिथि 2018-11-30
रेटिंग 3.77/5 कुल 95 रेटिंग्स
डेवलपर phrazzld
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.timeismoney.cc/
समर्थित भाषाएँ en,fr,es,ru,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "timeismoney",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "version": "4.1.5",
    "browser_action": {
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "images\/icon_19.png",
            "38": "images\/icon_38.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "*:\/\/*\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "options_page": "options.html",
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    }
}