Garmin Metric Share

Shares Garmin Connect activities in Metric system because Garmin website only shares in Imperial system

Garmin Metric Share क्या है?

Garmin Metric Share Adilson Simões द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shares Garmin Connect activities in Metric system because Garmin website only shares in Imperial system"।

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

screenshot
screenshot

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

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

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

                        This plugin helps you to share your running sessions on Facebook in Metric System (kilometers), since Garmin Connect web site only let you share your achievements in the Imperial System (miles) . After install the plugin go to Garmin Connect web site and open the activity you want to share, you will see a blue triangle on the address bar, click on it and enjoy!

Having problems to use the plugin? Please send me an e-mail with the problem or the error message.

Support: [email protected]

Change Log:

Version 1.7

  - Now supports new Garmin Connect web site.
  - New pictures for running.
  - New pictures for cycling.
  - Added Hiking activity.
  - Added Fitness activity.

Version 1.6

  - Now supports Mountain Bike activity (thanks to Johan)

Version 1.5.1

  - Bug fix when you are not logged and change from Metric to Imperial. (thanks to Sergio Monteiro)

Version 1.5

  - New: Choose pictures based on activity type. Running or Cycling.  
  - Bug fix when there is no Elevation Gain info.
  - Some minor bugs fixed.                    

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

नाम Garmin Metric Share Garmin Metric Share
ID cknenmongfhplkobpjjchanpiaioklpl
आधिकारिक URL https://chromewebstore.google.com/detail/garmin-metric-share/cknenmongfhplkobpjjchanpiaioklpl
विवरण Shares Garmin Connect activities in Metric system because Garmin website only shares in Imperial system
फ़ाइल का आकार 115 KB
स्थापना संख्या 1,405
वर्तमान संस्करण 1.7
अंतिम अपडेट 2015-01-16
प्रकाशन तिथि 2015-01-16
रेटिंग 2.70/5 कुल 10 रेटिंग्स
डेवलपर Adilson Simões
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "author": "Adilson Sim\u00f5es - [email protected]",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/connect.garmin.com\/activity\/*",
                "*:\/\/connect.garmin.com\/page\/activity\/*",
                "*:\/\/connect.garmin.com\/modern\/activity\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Shares Garmin Connect activities in Metric system because Garmin website only shares in Imperial system",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmBK8p3zv1NqBOiE9+7FCu2SBk1dVT8qQ7d9wWm77zQGg1Kedtu1Qwu3KBk3NxRXvYpsTwHE0dOq78YjF0jndkqMJfqCIlqW7KsTF9z\/CnNz5I6pwzYqU8wWs1VDkCkgQIuyRgDTV8UWsJ6AeDQf096V9vFSTK5fmhuWWMKWNLMNIOA2l+ljS7ctq9OmmeMMU2DiR0nwEaz49aDsRJOY9BdHR4NdtlG3Qro6oZDFhln6dXlenf8ZUpCdGodpiaB5\/2Kg3nT+QBkA1IoPlP7j+mXfhtG5maGBLvDZzbqj6Se3HS8fdtlLBBTDS5MpPdlBKaOhRSYzy\/qQ0ZWGUPhafAwIDAQAB",
    "manifest_version": 2,
    "name": "Garmin Metric Share",
    "offline_enabled": true,
    "page_action": {
        "default_icon": {
            "19": "icon19.png"
        },
        "default_popup": "popup.html",
        "default_title": "Garmin Metric Share"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.7"
}