Save all tabs to Pocket
Save all opening tabs in current window to Pocket.
Wat is Save all tabs to Pocket?
Save all tabs to Pocket is een Chrome-extensie ontwikkeld door Hanh Pho, en de belangrijkste functie is "Save all opening tabs in current window to Pocket.".
Extensie Screenshots
Download het CRX-bestand van de extensie Save all tabs to Pocket
Download Save all tabs to Pocket-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | bhmmhhjpffepjokjohnibgojinhekcad |
Officiële URL | https://chrome.google.com/webstore/detail/save-all-tabs-to-pocket/bhmmhhjpffepjokjohnibgojinhekcad |
Beschrijving | Save all opening tabs in current window to Pocket. |
Bestandsgrootte | 61 KB |
Aantal Installaties | 1,000 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2017-03-03 |
Publicatiedatum | 2017-03-03 |
Beoordeling | 4.63/5 Totaal 8 Beoordelingen |
Ontwikkelaar | Hanh Pho |
Betalingswijze | free |
Ondersteunde Talen | 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 } } |