MarqueeMe
Why did you install this
What is MarqueeMe?
MarqueeMe is a Chrome extension developed by ByzantineFailure, and its main feature is "Why did you install this".
Download MarqueeMe Extension CRX File
Download MarqueeMe 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 a "Marquee Me!" option to the right click menu on any page. Selecting it will wrap the entire page body in
Extension Basic Information
Name | ![]() |
ID | aijnfcbknkhlklgjdkllkklbbjpdljkb |
Official URL | https://chrome.google.com/webstore/detail/marqueeme/aijnfcbknkhlklgjdkllkklbbjpdljkb |
Description | Why did you install this |
File Size | 39.64 KB |
Installation Count | 18 |
Current Version | 2.0 |
Last Updated | 2014-11-07 |
Publish Date | 2014-11-07 |
Rating | 4.67/5 Total 3 Ratings |
Developer | ByzantineFailure |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "MarqueeMe.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery-1.11.1.min.js", "onPage.js" ] } ], "manifest_version": 2, "name": "MarqueeMe", "description": "Why did you install this", "version": "2.0", "permissions": [ "contextMenus", "tabs", "storage" ], "web_accessible_resources": [ "real-world.css" ], "browser_action": { "default_title": "Why did you install this" }, "options_page": "options.html" } |