Slinky

Share browsing with your Slack team

Slinky क्या है?

Slinky faiakism द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Share browsing with your Slack team"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        With Slinky you can easily share with your Slack team links, images, text as you browse.

Main Features:
- Share your current tab with your team's channel
- Share your current tab with a user or any channel or group your have access to
- Add optional message while sharing your current tab
- Menu that helps you share links, text, images from your current tab with your team

Slinky is a project that was created mainly for personal use & for friends, colleagues. It utilizes the API of the famous Slack application but is not created by, affiliated with, or supported by Slack Technologies, Inc.

Logo created by kostaspap.                    

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

नाम Slinky Slinky
ID cngoheiekmkbfbiagoheckdoedncmpjm
आधिकारिक URL https://chromewebstore.google.com/detail/slinky/cngoheiekmkbfbiagoheckdoedncmpjm
विवरण Share browsing with your Slack team
फ़ाइल का आकार 455 KB
स्थापना संख्या 191
वर्तमान संस्करण 0.2.2
अंतिम अपडेट 2015-09-13
प्रकाशन तिथि 2015-09-13
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर faiakism
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://mkousta.github.io/slinky/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Slinky",
    "version": "0.2.2",
    "manifest_version": 2,
    "description": "Share browsing with your Slack team",
    "homepage_url": "http:\/\/mkousta.github.io\/slinky\/",
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icons\/slnk48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "https:\/\/slack.com\/*",
        "activeTab",
        "storage",
        "contextMenus"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+S",
                "mac": "Command+Shift+S",
                "chromeos": "Ctrl+Shift+S",
                "linux": "Ctrl+Shift+S"
            }
        }
    },
    "icons": {
        "16": "icons\/slnk16.png",
        "32": "icons\/slnk32.png",
        "48": "icons\/slnk48.png",
        "128": "icons\/slnk128.png"
    }
}