Later

Creates bookmarks for browser tabs to access them later.

Wat is Later?

Later is een Chrome-extensie ontwikkeld door CodeCodingCoder, en de belangrijkste functie is "Creates bookmarks for browser tabs to access them later.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Later

Download Later-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

                        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.                    

Basisinformatie over de Extensie

Naam Later Later
ID aokignajbinhiblkcbnckmgleljfomld
Officiële URL https://chrome.google.com/webstore/detail/later/aokignajbinhiblkcbnckmgleljfomld
Beschrijving Creates bookmarks for browser tabs to access them later.
Bestandsgrootte 189 KB
Aantal Installaties 83
Huidige Versie 2.0.0.0
Laatst Bijgewerkt 2013-02-27
Publicatiedatum 2013-02-27
Beoordeling 4.00/5 Totaal 11 Beoordelingen
Ontwikkelaar CodeCodingCoder
Betalingswijze free
Ondersteunde Talen 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"
    ]
}