MarqueeMe
Why did you install this
Wat is MarqueeMe?
MarqueeMe is een Chrome-extensie ontwikkeld door ByzantineFailure, en de belangrijkste functie is "Why did you install this".
Download het CRX-bestand van de extensie MarqueeMe
Download MarqueeMe-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Adds a "Marquee Me!" option to the right click menu on any page. Selecting it will wrap the entire page body in
Basisinformatie over de Extensie
Naam | ![]() |
ID | aijnfcbknkhlklgjdkllkklbbjpdljkb |
Officiële URL | https://chrome.google.com/webstore/detail/marqueeme/aijnfcbknkhlklgjdkllkklbbjpdljkb |
Beschrijving | Why did you install this |
Bestandsgrootte | 39.64 KB |
Aantal Installaties | 18 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2014-11-07 |
Publicatiedatum | 2014-11-07 |
Beoordeling | 4.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | ByzantineFailure |
Betalingswijze | free |
Ondersteunde Talen | 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" } |