Promptly
Edit any webpage instantly
Wat is Promptly?
Promptly is een Chrome-extensie ontwikkeld door eMiner, en de belangrijkste functie is "Edit any webpage instantly".
Extensie Screenshots
Download het CRX-bestand van de extensie Promptly
Download Promptly-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
Edit texts from web pages without any need for programming knowledge.
Basisinformatie over de Extensie
Naam | Promptly |
ID | glmodacadmneeefbpfecajcgfcehclea |
Officiële URL | https://chromewebstore.google.com/detail/promptly/glmodacadmneeefbpfecajcgfcehclea |
Beschrijving | Edit any webpage instantly |
Bestandsgrootte | 72.09 KB |
Aantal Installaties | 36 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2022-08-22 |
Publicatiedatum | 2022-08-21 |
Ontwikkelaar | eMiner |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://eminer.app/terms |
Ondersteunde Talen | en |
manifest.json | |
{ "version": "1.0.0", "manifest_version": 3, "minimum_chrome_version": "92", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "default_locale": "en", "name": "__MSG_name__", "description": "__MSG_description__", "short_name": "__MSG_slug__", "author": "__MSG_author__", "icons": { "16": "images\/16.png", "24": "images\/24.png", "32": "images\/32.png", "48": "images\/48.png", "64": "images\/64.png", "128": "images\/128.png", "256": "images\/256.png" }, "action": { "default_popup": "popup.html", "default_title": "__MSG_name__", "default_icon": { "16": "images\/16.png", "24": "images\/24.png", "32": "images\/32.png", "48": "images\/48.png", "64": "images\/64.png", "128": "images\/128.png", "256": "images\/256.png" } }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "all_frames": false, "js": [ "content.js" ], "run_at": "document_end", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |