Save all tabs to Pocket
Save all opening tabs in current window to Pocket.
Qu'est-ce que Save all tabs to Pocket ?
Save all tabs to Pocket est une extension Chrome développée par Hanh Pho, et sa fonction principale est "Save all opening tabs in current window to Pocket.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Save all tabs to Pocket
Téléchargez les fichiers d'extension Save all tabs to Pocket 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
Send all of the opening tabs in current window to Pocket for later reading. =====Change logs===== v1.2 - 03/Mar/2017 * Add an option to include of exclude pinned tabs.
Informations de Base sur l'Extension
Nom | |
ID | bhmmhhjpffepjokjohnibgojinhekcad |
URL Officiel | https://chrome.google.com/webstore/detail/save-all-tabs-to-pocket/bhmmhhjpffepjokjohnibgojinhekcad |
Description | Save all opening tabs in current window to Pocket. |
Taille du Fichier | 61 KB |
Nombre d'Installations | 1,000 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2017-03-03 |
Date de Publication | 2017-03-03 |
Évaluation | 4.63/5 Total 8 Évaluations |
Développeur | Hanh Pho |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.2", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-80.png", "128": "images\/icon-80.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-80.png", "38": "images\/icon-80.png" }, "default_title": "Save all tabs to Pocket", "default_popup": "popup.html" }, "permissions": [ "tabs", "identity", "storage", "http:\/\/*\/*", "https:\/\/*\/*", "https:\/\/getpocket.com\/v3\/oauth\/*\/*" ], "web_accessible_resources": [ "success.html" ], "options_ui": { "page": "options.html", "chrome_style": true } } |