Link Save
An extension to save the links of all all open tabs to read later
Qu'est-ce que Link Save ?
Link Save est une extension Chrome développée par abden003, et sa fonction principale est "An extension to save the links of all all open tabs to read later".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Link Save
Téléchargez les fichiers d'extension Link Save au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Ever have a thousand tabs open? Have you ever not wanted to close your browser so you don't lose all your tabs? Well lucky for you LinkSave is here. LinkSave is a chrome extension that saves all your tabs. LinkSave will save all of the tabs in the currently active chrome window into your bookmarks. We created this app to help you keep track of all the tabs you want to read one day. This extension is easy to use, and all it does is basically bookmark all your tabs (or the ones you select). It will save everything in your bookmark folder under the "LinkSave" folder.
Informations de Base sur l'Extension
Nom | Link Save |
ID | kbobnagbmjmpcpioklajkgafggfdcafe |
URL Officiel | https://chromewebstore.google.com/detail/link-save/kbobnagbmjmpcpioklajkgafggfdcafe |
Description | An extension to save the links of all all open tabs to read later |
Taille du Fichier | 43.1 KB |
Nombre d'Installations | 1,145 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2015-06-17 |
Date de Publication | 2015-06-16 |
Évaluation | 4.00/5 Total 2 Évaluations |
Développeur | abden003 |
Type de Paiement | free |
Site Web de l'Extension | http://sudohalt.github.io/LinkSave/ |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Link Save", "description": "An extension to save the links of all all open tabs to read later", "version": "1.3", "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "tabs", "bookmarks" ], "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" } } |