Bookmark All
Bookmark all tabs to a temp folder.
Vad är Bookmark All?
Bookmark All är en Chrome-tillägg utvecklad av jchuai, och dess huvudfunktion är "Bookmark all tabs to a temp folder.".
Tilläggsskärmbilder
Ladda ner Bookmark All-förlängningens CRX-fil
Ladda ner Bookmark All-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
A simple chrome plugin which allows user to bookmark all the tabs to a temp folder under the bookmark bar. The folder will be named related with current time, like '2014-12-08 18:25:34', which would be easier for user to track the history data. Version 1.1: Add new feature to allow user enter the folder name. If no name provided, the tabs would save into one folder named with current date.
Grundläggande Information om Tillägg
Namn | |
ID | hgkgfbldbflndlpnnhbdallenfmiejnb |
Officiell webbadress | https://chromewebstore.google.com/detail/bookmark-all/hgkgfbldbflndlpnnhbdallenfmiejnb |
Beskrivning | Bookmark all tabs to a temp folder. |
Filstorlek | 316 KB |
Antal Installationer | 158 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2015-07-29 |
Publiceringsdatum | 2015-07-28 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | jchuai |
Betalningssätt | free |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bookmark All", "version": "1.1", "description": "Bookmark all tabs to a temp folder.", "icons": { "16": "bookmark48.png", "48": "bookmark48.png", "128": "bookmark128.png" }, "browser_action": { "default_title": "Bookmark All Tabs", "default_popup": "popup.html" }, "permissions": [ "bookmarks", "tabs" ] } |