Hello Extensions
Base Level Extension
Vad är Hello Extensions?
Hello Extensions är en Chrome-tillägg utvecklad av ayusverma, och dess huvudfunktion är "Base Level Extension".
Ladda ner Hello Extensions-förlängningens CRX-fil
Ladda ner Hello Extensions-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
YouTube playlist App
Grundläggande Information om Tillägg
Namn | ![]() |
ID | claglfdmaggmpnfclliionpickiijhco |
Officiell webbadress | https://chrome.google.com/webstore/detail/hello-extensions/claglfdmaggmpnfclliionpickiijhco |
Beskrivning | Base Level Extension |
Filstorlek | 3.61 KB |
Antal Installationer | 28 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2018-03-25 |
Publiceringsdatum | 2018-03-25 |
Utvecklare | ayusverma |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hello Extensions", "description": "Base Level Extension", "version": "1.0", "manifest_version": 2, "browser_action": { "default_popup": "hello.html", "default_icon": "hello_extensions.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "MacCtrl+Shift+F" }, "description": "Opens hello.html" } } } |