Flowdock Greentext
Greentext support in flowdock flows. :D
What is Flowdock Greentext?
Flowdock Greentext is a Chrome extension developed by jiikonen, and its main feature is "Greentext support in flowdock flows. :D".
Download Flowdock Greentext Extension CRX File
Download Flowdock Greentext extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Adds awesome >greentext support to Flowdock chat.
Extension Basic Information
Name | |
ID | hhdamhdklodnopnikjdjeeilfbeidmnk |
Official URL | https://chrome.google.com/webstore/detail/flowdock-greentext/hhdamhdklodnopnikjdjeeilfbeidmnk |
Description | Greentext support in flowdock flows. :D |
File Size | 43.41 KB |
Installation Count | 10 |
Current Version | 0.2 |
Last Updated | 2014-09-06 |
Publish Date | 2014-09-06 |
Developer | jiikonen |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Flowdock Greentext", "description": "Greentext support in flowdock flows. :D", "version": "0.2", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.flowdock.com\/app\/*" ], "js": [ "application.js" ], "css": [ "application.css" ] } ] } |