Open Study Quoting
Quote posts on Open Study
What is Open Study Quoting?
Open Study Quoting is a Chrome extension developed by Unknown, and its main feature is "Quote posts on Open Study".
Extension Screenshots
Download Open Study Quoting Extension CRX File
Download Open Study Quoting 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
Allows users to easily quote OpenStudy posts that have multiple latex formulas and code snippets.
Extension Basic Information
Name | Open Study Quoting |
ID | daeffggacpioiaekojicffekajgcejgb |
Official URL | https://chromewebstore.google.com/detail/open-study-quoting/daeffggacpioiaekojicffekajgcejgb |
Description | Quote posts on Open Study |
File Size | 39.71 KB |
Installation Count | 19 |
Current Version | 1.3 |
Last Updated | 2015-04-11 |
Publish Date | 2015-04-10 |
Rating | 5.00/5 Total 5 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Open Study Quoting", "description": "Quote posts on Open Study", "version": "1.3", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/openstudy.com\/*" ], "css": [ "quote.css" ], "js": [ "jquery.js", "quote.js", "interface.js", "inject.js" ] } ] } |