Clone to Tower for Github
Use Github's "Open in Desktop" Button with Tower
What is Clone to Tower for Github?
Clone to Tower for Github is a Chrome extension developed by Gerard Delmàs, and its main feature is "Use Github's "Open in Desktop" Button with Tower".
Extension Screenshots
Download Clone to Tower for Github Extension CRX File
Download Clone to Tower for Github extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
| Name | |
| ID | ipgffdnnaanlcjlmpmmllieefmfjcbml |
| Official URL | https://chrome.google.com/webstore/detail/clone-to-tower-for-github/ipgffdnnaanlcjlmpmmllieefmfjcbml |
| Description | Use Github's "Open in Desktop" Button with Tower |
| File Size | 24.7 KB |
| Installation Count | 33 |
| Current Version | 1.2.0 |
| Last Updated | 2018-04-18 |
| Publish Date | 2018-04-18 |
| Rating | 5.00/5 Total 1 Ratings |
| Developer | Gerard Delmàs |
| Payment Type | free |
| Extension Website | https://github.com/gdelmas/GithubTower |
| Supported Languages | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Clone to Tower for Github",
"description": "Use Github's \"Open in Desktop\" Button with Tower",
"author": "Gerard Delm\u00e0s",
"homepage_url": "https:\/\/github.com\/gdelmas\/GithubTower",
"icons": {
"128": "icon.png"
},
"version": "1.2.0",
"content_scripts": [
{
"matches": [
"*:\/\/github.com\/*"
],
"js": [
"main.js"
]
}
]
} | |