Share for Helium
Share your web page with Helium on OS X.
Wat is Share for Helium?
Share for Helium is een Chrome-extensie ontwikkeld door Sam A. Horvath-Hunt, en de belangrijkste functie is "Share your web page with Helium on OS X.".
Extensie Screenshots
Download het CRX-bestand van de extensie Share for Helium
Download Share for Helium-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
Share your web page with Helium on OS X. This project is in no official way affiliated with Helium. Permission for use of the Helium logo has been kindly provided by the creator of Helium.
Basisinformatie over de Extensie
Naam | Share for Helium |
ID | eohchkmfadpiidgfhobbibfgfpakbikd |
Officiële URL | https://chromewebstore.google.com/detail/share-for-helium/eohchkmfadpiidgfhobbibfgfpakbikd |
Beschrijving | Share your web page with Helium on OS X. |
Bestandsgrootte | 131 KB |
Aantal Installaties | 102 |
Huidige Versie | 1.2.2 |
Laatst Bijgewerkt | 2017-02-13 |
Publicatiedatum | 2017-02-13 |
Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Sam A. Horvath-Hunt |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Share for Helium", "version": "1.2.2", "manifest_version": 2, "minimum_chrome_version": "41.0.2272.76", "description": "Share your web page with Helium on OS X.", "icons": { "16": "img\/icon-16.png", "32": "img\/icon-32.png", "48": "img\/icon-48.png", "64": "img\/icon-64.png", "128": "img\/icon-128.png", "256": "img\/icon-256.png" }, "permissions": [ "contextMenus", "activeTab" ], "background": { "scripts": [ "js\/context.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "css": [ "css\/youtube.css" ], "js": [ "js\/youtube.js" ], "run_at": "document_end", "all_frames": false }, { "matches": [ "*:\/\/*.twitch.tv\/*" ], "css": [ "css\/twitch.css" ], "js": [ "js\/twitch.js" ], "run_at": "document_end", "all_frames": false } ] } |