Skip to content

Commit

Permalink
ver 1.0.1 Update (#30)
Browse files Browse the repository at this point in the history
* Fixes #24

* Website added (#26)

* Guide Link  (#28)

* Added Guide Link

* A. Updated Readme B. Updated Features

* Updated Screenshots and Fixed Logo redirection.

* Added link hover effect and optimized images

* Beautify Readme
  • Loading branch information
Karna98 committed Jul 6, 2021
1 parent 9f18699 commit 1f3e5ce
Show file tree
Hide file tree
Showing 36 changed files with 2,017 additions and 253 deletions.
146 changes: 69 additions & 77 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,54 +1,67 @@
<div align="center">
<a name="logo" href="https://github.com/Karna98/Save-Tabs">
<img src="icons/Save_Tabs_128.png" alt="Save Tabs">
<img src="extension/icons/Save_Tabs_128.png" alt="Save Tabs">
</a>
<h1>Save Tabs</h1>
</div>

## About
[![Chrome Web Store](https://img.shields.io/chrome-web-store/v/ljokfgphjbhjheflldgfmjligcmcmhmn.svg?style=plastic)](https://chrome.google.com/webstore/detail/detail/save-tabs/ljokfgphjbhjheflldgfmjligcmcmhmn) [![Firefox Add-ons](https://img.shields.io/amo/v/save-tabs.svg?style=plastic)](https://addons.mozilla.org/firefox/addon/save-tabs/)


## 💡 About

Save Tab is a browser extension that helps to exports and imports tabs currently opened in the browser window.

## Browsers Supported
Save Tab currently supports Chrome, Firefox.
### For whom?
One who open lots and lots of tabs in a single browser and want to revisit the same sets of tabs after a while.


## 🎯 Features

![Firefox](assets/firefox.png "Firefox")
![Chrome](assets/chrome.png "Chrome")
◻️ **Easy Export and Import of Tabs**

## For whom?
◻️ **Export tabs with Custom Name**

* One who open lots and lots of tabs in a single browser and want to revisit the same sets of tabs after a while.
◻️ **Cross Browser Support** _(as of now Chrome and Firefox)_

## Features
◻️ **Logs Section**

1. **Cross Browser Support**
◻️ **Export and Import of Grouped Tabs** _(Chrome only)_

2. **Easy Export and Import of Tabs**

3. **Export tabs with custom name**
## 🌐 Browsers Supported

4. **Logs Section**
<img alt="Chrome" title="Chrome" src="assets/chrome.png"> <img alt="Firefox" title="Firefox" src="assets/firefox.png">

5. **Export and Import of Grouped Tabs** *(Chrome only)*

## How to set up this extension?
## ⚙️ Install

### From Web Store
<a title="Add from Chrome Web Store" href="https://chrome.google.com/webstore/detail/save-tabs/ljokfgphjbhjheflldgfmjligcmcmhmn" target="_blank" rel="noopener noreferrer" style="text-decoration: none"> <img src="assets/chrome_webstore.png" alt="Get it on Chrome Webstore" width="300px" height="85px"> </a>

<a title="Add from Firefox Add-Ons" href="https://addons.mozilla.org/en-US/firefox/addon/save-tabs/"
target="_blank" rel="noopener noreferrer" style="text-decoration: none"> <img src="assets/firefox_addon.png" alt="Get it on Chrome Webstore" width="300px" height="85px"> </a>

### From Repository

1. Clone this repository by executing following command in cmd/terminal

```
git clone https://github.com/Karna98/Save-Tabs.git
```

OR
Download zip from [here](https://github.com/Karna98/Save-Tabs/archive/refs/heads/main.zip).

2. Once successfully cloned or extracted, open **Save-Tabs** folder.
* **Using `setup.sh`**.

- **Using `setup.sh`**.

1. Open a terminal in Ubuntu or Git Bash within Sa and execute
```
./setup.sh
```

2. On successful execution, new folder 'firefox' and 'chrome' with the following structure will be created
```
- Save-Tabs
Expand All @@ -69,88 +82,67 @@ Save Tab currently supports Chrome, Firefox.
- icons
- saveTab-chrome.css
```
3. Then proceed with **Run Extension** (below) based on the browser.

* **Manual setup**
- *Firefox*
1. Create new folder named **firefox** in **Save-Tabs**.

2. Copy following folder and files to newly created folder
- *manifest-firefox.json*
- *saveTab.html*
- *saveTab.css*
- *saveTab.js*
- *background.js*
- *icons* (folder)

3. Rename ***firefox/manifest-firefox.json*** to ***firefox/manifest.json***.

4. Then proceed with **Run Extension** (below) for Firefox.

- *Chrome*
1. Create new folder named **chrome** in **Save-Tabs**.

2. Copy following folder and files to newly created folder
- *manifest-chrome.json*
- *saveTab.html*
- *saveTab.css*
- *saveTab.js*
- *background.js*
- *icons* (folder)
- *saveTab-chrome.css*

3. Rename ***chrome/manifest-chrome.json*** to ***chrome/manifest.json***.

4. Open ***saveTab.html***, update
**Note** (For Chrome only):
* Open **_chrome/saveTab.html_**, update

```
<link rel="stylesheet" type="text/css" href="saveTab.css" />
```
to
to
```
<link rel="stylesheet" type="text/css" href="saveTab-chrome.css" />
```
Save the updated file.

5. Then proceed with **Run Extension** (below) for Chrome.

- **Run Extension**
- *Firefox*
1. Open *Firefox* browser and visit <a href="about:debugging#/runtime/this-firefox">***about:debugging#/runtime/this-firefox***</a>.

3. Then proceed with **Run Extension** (below) based on the browser.

* **Run Extension**

- _Firefox_

1. Open _Firefox_ browser and visit <a href="about:debugging#/runtime/this-firefox">**_about:debugging#/runtime/this-firefox_**</a>.

2. Under **Temporary Extensions**, click on **Load Temporary Add-on..**.
File Explorer opens, navigate to ***Save-Tabs/firefox*** folder and select ***manifest.json***.
File Explorer opens, navigate to **_Save-Tabs/firefox_** folder and select **_manifest.json_**.

3. On successfully loading, **Save Tabs** extension will be listed under **Temporary Extensions**.
4. Also, the user can use the extension by clicking on the **Save Tabs** extension icon listed on browser toolbar.

- *Chrome*
1. Open *Chrome* browser and visit <a href="chrome://extensions/">***chrome://extensions/***</a>.


- _Chrome_

1. Open _Chrome_ browser and visit <a href="chrome://extensions/">**_chrome://extensions/_**</a>.

2. Click on **Load Unpacked**.
File Explorer opens, navigate to ***Save-Tabs/chrome*** folder and select ***manifest.json***.
File Explorer opens, navigate to **_Save-Tabs/chrome_** folder and select **_manifest.json_**.

3. On successfully loading, **Save Tabs** extension will be listed.

4. User can use the extension by clicking on the **Save Tabs** extension icon listed on browser toolbar.

Refer [*Manage your Extension*](https://support.google.com/chrome_webstore/answer/2664769?hl=en) to pin extension on the browser toolbar.
Refer [_Manage your Extension_](https://support.google.com/chrome_webstore/answer/2664769?hl=en) to pin extension on the browser toolbar.

## Issues and Suggestions

## 📝 Issues and Suggestions

Please create new [Issue](https://github.com/Karna98/Save-Tabs/issues/new) for :
* To report an issue.
* Proposing new features
* Discussion related to this project.

## Contributing
- To report an issue.
- Proposing new features
- Discussion related to this project.


Contributions are always WELCOME!
## 💻 Contributing

Contributions are always WELCOME!

Before sending a Pull Request, please make sure that you're assigned the task on a GitHub issue.

- If a relevant issue already exists, discuss the issue and get it assigned to yourself on GitHub.
- If no relevant issue exists, open a new issue and get it assigned to yourself on GitHub.
- Please proceed with a Pull Request only after you're assigned.
- If a relevant issue already exists, discuss the issue and get it assigned to yourself on GitHub.
- If no relevant issue exists, open a new issue and get it assigned to yourself on GitHub.
- Please proceed with a Pull Request only after you're assigned.


## ⚠️ License

## License
[MIT License](LICENSE)
[MIT License](LICENSE)
Binary file added assets/B612/B612-Bold.ttf
Binary file not shown.
Binary file added assets/B612/B612-BoldItalic.ttf
Binary file not shown.
Binary file added assets/B612/B612-Italic.ttf
Binary file not shown.
Binary file added assets/B612/B612-Regular.ttf
Binary file not shown.
93 changes: 93 additions & 0 deletions assets/B612/OFL.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
Copyright 2012 The B612 Project Authors (https://github.com/polarsys/b612)

This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL


-----------------------------------------------------------
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
-----------------------------------------------------------

PREAMBLE
The goals of the Open Font License (OFL) are to stimulate worldwide
development of collaborative font projects, to support the font creation
efforts of academic and linguistic communities, and to provide a free and
open framework in which fonts may be shared and improved in partnership
with others.

The OFL allows the licensed fonts to be used, studied, modified and
redistributed freely as long as they are not sold by themselves. The
fonts, including any derivative works, can be bundled, embedded,
redistributed and/or sold with any software provided that any reserved
names are not used by derivative works. The fonts and derivatives,
however, cannot be released under any other type of license. The
requirement for fonts to remain under this license does not apply
to any document created using the fonts or their derivatives.

DEFINITIONS
"Font Software" refers to the set of files released by the Copyright
Holder(s) under this license and clearly marked as such. This may
include source files, build scripts and documentation.

"Reserved Font Name" refers to any names specified as such after the
copyright statement(s).

"Original Version" refers to the collection of Font Software components as
distributed by the Copyright Holder(s).

"Modified Version" refers to any derivative made by adding to, deleting,
or substituting -- in part or in whole -- any of the components of the
Original Version, by changing formats or by porting the Font Software to a
new environment.

"Author" refers to any designer, engineer, programmer, technical
writer or other person who contributed to the Font Software.

PERMISSION & CONDITIONS
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Font Software, to use, study, copy, merge, embed, modify,
redistribute, and sell modified and unmodified copies of the Font
Software, subject to the following conditions:

1) Neither the Font Software nor any of its individual components,
in Original or Modified Versions, may be sold by itself.

2) Original or Modified Versions of the Font Software may be bundled,
redistributed and/or sold with any software, provided that each copy
contains the above copyright notice and this license. These can be
included either as stand-alone text files, human-readable headers or
in the appropriate machine-readable metadata fields within text or
binary files as long as those fields can be easily viewed by the user.

3) No Modified Version of the Font Software may use the Reserved Font
Name(s) unless explicit written permission is granted by the corresponding
Copyright Holder. This restriction only applies to the primary font name as
presented to the users.

4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
Software shall not be used to promote, endorse or advertise any
Modified Version, except to acknowledge the contribution(s) of the
Copyright Holder(s) and the Author(s) or with their explicit written
permission.

5) The Font Software, modified or unmodified, in part or in whole,
must be distributed entirely under this license, and must not be
distributed under any other license. The requirement for fonts to
remain under this license does not apply to any document created
using the Font Software.

TERMINATION
This license becomes null and void if any of the above conditions are
not met.

DISCLAIMER
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
OTHER DEALINGS IN THE FONT SOFTWARE.
Binary file added assets/Preview/Save_Tabs_Export.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/Preview/Save_Tabs_Import.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/Preview/Save_Tabs_Logs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/chrome_webstore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/firefox_addon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screenshots/Save_Tabs.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screenshots/Save_Tabs_Export-Custom.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screenshots/Save_Tabs_Export.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screenshots/Save_Tabs_Import-Grouped.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screenshots/Save_Tabs_Import.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screenshots/Save_Tabs_Logs.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion manifest-chrome.json → extension/manifest-chrome.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Save Tabs",
"version": "1.0",
"version": "1.0.1",

"description": "Export and Import Tabs.",
"homepage_url": "https://github.com/karna98/Save-Tabs",
Expand Down
2 changes: 1 addition & 1 deletion manifest-firefox.json → extension/manifest-firefox.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Save Tabs",
"version": "1.0",
"version": "1.0.1",

"description": "Export and Import Tabs.",
"homepage_url": "https://github.com/karna98/Save-Tabs",
Expand Down
2 changes: 1 addition & 1 deletion saveTab-chrome.css → extension/saveTab-chrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ body {

/* Extension Support Links */
.navbar-content .links {
width: 4rem;
width: 6rem;
}

.links span svg {
Expand Down
2 changes: 1 addition & 1 deletion saveTab.css → extension/saveTab.css
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ body {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 6rem;
width: 9rem;
}

.links span {
Expand Down
Loading

0 comments on commit 1f3e5ce

Please sign in to comment.