MarqueeMe
Why did you install this
Co to jest MarqueeMe?
MarqueeMe to rozszerzenie Chrome opracowane przez ByzantineFailure, a jego główną funkcją jest „Why did you install this”.
Pobierz plik CRX rozszerzenia MarqueeMe
Pobierz pliki rozszerzeń MarqueeMe w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Adds a "Marquee Me!" option to the right click menu on any page. Selecting it will wrap the entire page body in
Podstawowe informacje o rozszerzeniu
Nazwa | ![]() |
ID | aijnfcbknkhlklgjdkllkklbbjpdljkb |
Oficjalny URL | https://chrome.google.com/webstore/detail/marqueeme/aijnfcbknkhlklgjdkllkklbbjpdljkb |
Opis | Why did you install this |
Rozmiar pliku | 39.64 KB |
Liczba instalacji | 18 |
Aktualna Wersja | 2.0 |
Ostatnia Aktualizacja | 2014-11-07 |
Data Publikacji | 2014-11-07 |
Ocena | 4.67/5 Łącznie 3 Oceny |
Deweloper | ByzantineFailure |
Typ Płatności | free |
Obsługiwane Języki | 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" } |