MarqueeMe
Why did you install this
Vad är MarqueeMe?
MarqueeMe är en Chrome-tillägg utvecklad av ByzantineFailure, och dess huvudfunktion är "Why did you install this".
Ladda ner MarqueeMe-förlängningens CRX-fil
Ladda ner MarqueeMe-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Adds a "Marquee Me!" option to the right click menu on any page. Selecting it will wrap the entire page body in
Grundläggande Information om Tillägg
Namn | ![]() |
ID | aijnfcbknkhlklgjdkllkklbbjpdljkb |
Officiell webbadress | https://chrome.google.com/webstore/detail/marqueeme/aijnfcbknkhlklgjdkllkklbbjpdljkb |
Beskrivning | Why did you install this |
Filstorlek | 39.64 KB |
Antal Installationer | 18 |
Aktuell Version | 2.0 |
Senast Uppdaterad | 2014-11-07 |
Publiceringsdatum | 2014-11-07 |
Betyg | 4.67/5 Totalt 3 Betyg |
Utvecklare | ByzantineFailure |
Betalningssätt | free |
Stödda Språk | 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" } |