Github Wiki LiveEdit
Adding live editing features into Github wiki.
Wat is Github Wiki LiveEdit?
Github Wiki LiveEdit is een Chrome-extensie ontwikkeld door Yuya Hashimoto, en de belangrijkste functie is "Adding live editing features into Github wiki.".
Extensie Screenshots
Download het CRX-bestand van de extensie Github Wiki LiveEdit
Download Github Wiki LiveEdit-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
Adding live editing features into Github wiki.
Basisinformatie over de Extensie
Naam | |
ID | hlldlinpdlhfhbdihggmipnjgbaibfnc |
Officiële URL | https://chromewebstore.google.com/detail/github-wiki-liveedit/hlldlinpdlhfhbdihggmipnjgbaibfnc |
Beschrijving | Adding live editing features into Github wiki. |
Bestandsgrootte | 12.37 KB |
Aantal Installaties | 78 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2016-05-03 |
Publicatiedatum | 2016-05-03 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Yuya Hashimoto |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/yuya/github-wiki-live-edit |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Github Wiki LiveEdit", "description": "Adding live editing features into Github wiki.", "version": "1.0.3", "background": { "scripts": [ "js\/background.js" ] }, "page_action": { "default_icon": "img\/icon-19.png" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*\/wiki\/*\/_edit", "https:\/\/github.com\/*\/wiki\/_new" ], "css": [ "css\/style.css" ], "js": [ "js\/content_script.js" ], "run_at": "document_end", "all_frames": false } ], "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "img\/icon-16.png", "19": "img\/icon-19.png", "38": "img\/[email protected]", "32": "img\/icon-32.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "web_accessible_resources": [ "img\/*.png", "img\/*.gif" ], "manifest_version": 2 } |