Later
Creates bookmarks for browser tabs to access them later.
Qu'est-ce que Later ?
Later est une extension Chrome développée par CodeCodingCoder, et sa fonction principale est "Creates bookmarks for browser tabs to access them later.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Later
Téléchargez les fichiers d'extension Later 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
Simply put, this extension creates a bookmark. It makes the bookmark in, by default: [Bookmark Root]:[Other bookmarks]:[_Later_]:[YYYY-MM-DD]:{Bookmark(s)} User can configure behaviors of the extension a bit in the Options Page: 1. The extension has three operation modes: OneTab, OneWin, and AllWin. 2. The bookmark root for the extension can be changed from "_Later_". 3. Close the tab/window(s) automatically afterwards. I made this extension for "my" convenience, but it would be nice to see usefulness for other people. Please let me know what you think. Thanks.
Informations de Base sur l'Extension
Nom | |
ID | aokignajbinhiblkcbnckmgleljfomld |
URL Officiel | https://chrome.google.com/webstore/detail/later/aokignajbinhiblkcbnckmgleljfomld |
Description | Creates bookmarks for browser tabs to access them later. |
Taille du Fichier | 189 KB |
Nombre d'Installations | 83 |
Version Actuelle | 2.0.0.0 |
Dernière Mise à Jour | 2013-02-27 |
Date de Publication | 2013-02-27 |
Évaluation | 4.00/5 Total 11 Évaluations |
Développeur | CodeCodingCoder |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Later", "version": "2.0.0.0", "manifest_version": 2, "description": "Creates bookmarks for browser tabs to access them later.", "icons": { "16": "icons\/later16.png", "48": "icons\/later48.png", "128": "icons\/later128.png" }, "browser_action": { "default_icon": "icons\/laterBase19.png", "default_title": "Later extension: Creates bookmarks for tabs to access them later." }, "background": { "page": "laterBackground.html" }, "incognito": "split", "minimum_chrome_version": "4.0.222.0", "options_page": "laterOptions.html", "permissions": [ "tabs", "bookmarks", "contextMenus", "management" ] } |