Save all tabs to Pocket
Save all opening tabs in current window to Pocket.
Was ist Save all tabs to Pocket?
Save all tabs to Pocket ist eine Chrome-Erweiterung, die von Hanh Pho entwickelt wurde, und ihr Hauptmerkmal ist "Save all opening tabs in current window to Pocket.".
Erweiterungsscreenshots
Save all tabs to Pocket-Erweiterungs-CRX-Datei herunterladen
Laden Sie Save all tabs to Pocket-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | bhmmhhjpffepjokjohnibgojinhekcad |
| Offizielle URL | https://chrome.google.com/webstore/detail/save-all-tabs-to-pocket/bhmmhhjpffepjokjohnibgojinhekcad |
| Beschreibung | Save all opening tabs in current window to Pocket. |
| Dateigröße | 61 KB |
| Installationsanzahl | 1,000 |
| Aktuelle Version | 1.2 |
| Letztes Update | 2017-03-03 |
| Veröffentlichungsdatum | 2017-03-03 |
| Bewertung | 4.63/5 Insgesamt 8 Bewertungen |
| Entwickler | Hanh Pho |
| Zahlungsart | free |
| Unterstützte Sprachen | 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
}
} | |