SkysCraper
Extension to execute in every chrome
Wat is SkysCraper?
SkysCraper is een Chrome-extensie ontwikkeld door greymer.molina, en de belangrijkste functie is "Extension to execute in every chrome".
Extensie Screenshots
Download het CRX-bestand van de extensie SkysCraper
Download SkysCraper-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
Extension to highlight words on any web page in real time, you can select any color, and save your lists according to your needs. This extension works with email, so you must ask the administrator to register and enjoy the app
Basisinformatie over de Extensie
Naam | SkysCraper |
ID | hanhdkiknjglnfgnfchohabklhniiajh |
Officiële URL | https://chromewebstore.google.com/detail/skyscraper/hanhdkiknjglnfgnfchohabklhniiajh |
Beschrijving | Extension to execute in every chrome |
Bestandsgrootte | 2.15 MB |
Aantal Installaties | 27 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2021-04-13 |
Publicatiedatum | 2021-04-13 |
Beoordeling | 5.00/5 Totaal 15 Beoordelingen |
Ontwikkelaar | greymer.molina |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SkysCraper", "description": "Extension to execute in every chrome", "background": { "scripts": [ "firebase-app.js", "firebase-firestore.js", "background.js" ] }, "options_page": "", "version": "1.0", "icons": { "16": "images\/iconsc16.png", "32": "images\/iconsc32.png", "48": "images\/iconsc48.png", "128": "images\/iconsc128.png" }, "browser_action": { "default_title": "SkysCraper", "default_popup": ".\/background.html", "default_icon": { "16": "images\/iconsc16.png", "32": "images\/iconsc32.png", "48": "images\/iconsc48.png", "128": "images\/iconsc128.png" } }, "content_scripts": [ { "all_frames": true, "js": [ "jquery-latest.min.js", "foreground.js" ], "match_about_blank": true, "matches": [ " |