forked from filecxx/FileCentipede
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
37 changed files
with
2,338 additions
and
350 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,16 @@ | |
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> | ||
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | ||
<meta name="keywords" content="File Centipede, Internet download manager, Torrent client, Download torrents, Download videos from web, Fastest download accelerator, Best download manager, Linux download manager, Free download manager, transmission, libtorrent"/> | ||
<title>File Centipede - Documentation</title> | ||
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" /> | ||
<link rel="icon" href="../favicon.ico" type="image/x-icon" /> | ||
<link rel="stylesheet" href="../style/base.css"> | ||
<style> | ||
li{ | ||
font-size: 16px; | ||
padding: 4px 8px 4px 8px; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
|
||
|
@@ -44,12 +49,19 @@ <h1>File Centipede</h1> | |
</div> | ||
|
||
<div class="body"> | ||
|
||
<div class="section"> | ||
todo: | ||
<h1>Documentation</h1> | ||
</div> | ||
<div class="section json_keys" id="json_fields"> | ||
<h2>JSON</h2> | ||
<div class="section"> | ||
<ul> | ||
<li> | ||
<a href="documentation/browser_integration.html">Browser extension</a> | ||
</li> | ||
<li> | ||
<a href="documentation/create_address.html">Create address</a> | ||
</li> | ||
<li>TODO:</li> | ||
</ul> | ||
</div> | ||
</div> | ||
|
||
|
@@ -61,15 +73,17 @@ <h2>JSON</h2> | |
<a href="mailto:[email protected]" id="contact_email">[email protected]</a> | ||
</div> | ||
<div class="contact_"> | ||
<a href="https://twitter.com/namelessitguy">Twitter</a> | ||
<a href="https://www.reddit.com/user/namelessitguy">Reddit</a> | ||
<a href="https://mewe.com/i/namelessitguy">MeWe</a> | ||
<a href="https://gab.com/namelessitguy">Gab</a> | ||
<a href="https://gettr.com/user/namelessitguy">Gettr</a> | ||
<a target="_blank" href="https://twitter.com/namelessitguy">Twitter</a> | ||
<a target="_blank" href="https://www.reddit.com/user/namelessitguy">Reddit</a> | ||
<a target="_blank" href="https://mewe.com/i/namelessitguy">MeWe</a> | ||
<a target="_blank" href="https://gab.com/namelessitguy">Gab</a> | ||
<a target="_blank" href="https://gettr.com/user/namelessitguy">Gettr</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<script src="../script/base.js"></script> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,112 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> | ||
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | ||
<title>File Centipede - Browser extension</title> | ||
<link rel="shortcut icon" href="../../favicon.ico" type="image/x-icon" /> | ||
<link rel="icon" href="../../favicon.ico" type="image/x-icon" /> | ||
<link rel="stylesheet" href="../../style/base.css"> | ||
</head> | ||
<body> | ||
|
||
<div class="central"> | ||
<div class="nav"> | ||
<div class="links_"> | ||
<a class="tool_button home_" href="../index.html">Home</a> | ||
<a class="tool_button download_" href="../index.html#downloads">Download</a> | ||
<a class="tool_button description_" href="../index.html#description">Description</a> | ||
<a class="tool_button features_" href="../index.html#features">Features</a> | ||
<a class="tool_button screenshot_" href="../index.html#screenshot">Screenshot</a> | ||
<a class="tool_button share_" href="../index.html#shares">Share</a> | ||
<a class="tool_button documentation_" href="../documentation.html">Documentation</a> | ||
</div> | ||
</div> | ||
|
||
<div class="header"> | ||
<div class="top_"> | ||
<div class="logo_"></div> | ||
<div class="name_"> | ||
<h1>File Centipede</h1> | ||
<div class="text_"> - Since 2022</div> | ||
</div> | ||
<div class="languages_"> | ||
<div class="current_">English</div> | ||
<div class="items_"> | ||
<a class="item_" href="../../en_US/index.html">English</a> | ||
<a class="item_" href="../../zh_CN/index.html">简体中文</a> | ||
<a class="item_" href="../../ru_RU/index.html">Русский</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="body"> | ||
<div class="section"> | ||
<h1>browser_extension</h1> | ||
This web browser extension can be used to replace the browser's default download tool.<br/><br/>The extension can capture videos and audios from the web page, it supports m3u8 HTTP stream video download and auto-merge, it supports auto decrypt most encryption video, it supports get all magnet links from web page.<br/> | ||
<br/><br/><img src='../../images/extension_video_bar.png'/> | ||
<br/><br/><img src='../../images/extension_videos.png'/> | ||
<br/><br/><img src='../../images/extension_audios.png'/> | ||
</div> | ||
<div class="section"> | ||
<h2>Firefox</h2> | ||
<div> | ||
<h4>Open:</h4> about:addons | ||
<br/><br/><img src='../../images/browser/firefox_addons.png'/> | ||
|
||
<br/><br/>Drop firefox.xpi File Into | ||
<br/><br/><img src='../../images/browser/firefox_addons_drop.png'/> | ||
<br/><br/><img src='../../images/browser/firefox_addons_add.png'/> | ||
</div> | ||
|
||
</div> | ||
<div class="section"> | ||
<h2>Chrome</h2> | ||
<div> | ||
<h4>Open:</h4> chrome://extensions/ | ||
|
||
<br/><br/><img src='../../images/browser/chrome_menu.png'/> | ||
<br/><br/><img src='../../images/browser/chrome_menu2.png'/> | ||
|
||
<br/><br/>Enable Developer mode | ||
<br/><br/><img src='../../images/browser/chrome_extension_dev_mode.png'/> | ||
|
||
|
||
<br/><br/>Drop chrome.crx File Into | ||
<br/><br/><img src='../../images/browser/chrome_drop.png'/> | ||
|
||
|
||
<h3>Or:</h3> | ||
Unzip chrome.zip | ||
<br/><br/><img src='../../images/browser/chrome_unzip.png'/> | ||
|
||
<br/><br/>Load unpacked <b></b> | ||
<br/><br/><img src='../../images/browser/chrome_load_unpacked.png'/> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="footer"> | ||
<div class="copyright_"> | ||
<span>No copyright © 2022</span> | ||
<div class="email_"> | ||
<b>EMAIL:</b> | ||
<a href="mailto:[email protected]" id="contact_email">[email protected]</a> | ||
</div> | ||
<div class="contact_"> | ||
<a target="_blank" href="https://twitter.com/namelessitguy">Twitter</a> | ||
<a target="_blank" href="https://www.reddit.com/user/namelessitguy">Reddit</a> | ||
<a target="_blank" href="https://mewe.com/i/namelessitguy">MeWe</a> | ||
<a target="_blank" href="https://gab.com/namelessitguy">Gab</a> | ||
<a target="_blank" href="https://gettr.com/user/namelessitguy">Gettr</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<script src="../../script/base.js"></script> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.