Temporary Bookmarks

Add actual page or any web links on actual page into temporary bookmarks. You can open these web links later.

Was ist Temporary Bookmarks?

Temporary Bookmarks ist eine Chrome-Erweiterung, die von https://www.extensions-for-chrome.com entwickelt wurde, und ihr Hauptmerkmal ist "Add actual page or any web links on actual page into temporary bookmarks. You can open these web links later.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Temporary Bookmarks-Erweiterungs-CRX-Datei herunterladen

Laden Sie Temporary Bookmarks-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

                        Temporary Bookmarks makes easy browse web sites that way, that you can save, open and delete bookmarks. 

Actual page you can add in popup. For add web link click the right mouse button on web link and add to Temporary Bookmarks in context menu. Popup show list of bookmarks.  

You can choose from three variants delete bookmark in options:
1) Click on delete icon and then confirm deletion.    
2) Click on delete icon without confirmation.
3) After click on bookmark is open at the same time delete.                    

Grundlegende Informationen zur Erweiterung

Name Temporary Bookmarks Temporary Bookmarks
ID gicpnnockilhclmgekhdnnjokdmlfhmk
Offizielle URL https://chromewebstore.google.com/detail/temporary-bookmarks/gicpnnockilhclmgekhdnnjokdmlfhmk
Beschreibung Add actual page or any web links on actual page into temporary bookmarks. You can open these web links later.
Dateigröße 62.02 KB
Installationsanzahl 597
Aktuelle Version 1.3
Letztes Update 2013-09-21
Veröffentlichungsdatum 2013-09-21
Bewertung 3.96/5 Insgesamt 26 Bewertungen
Entwickler https://www.extensions-for-chrome.com
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Temporary Bookmarks",
    "description": "Add actual page or any web links on actual page into temporary bookmarks. You can open these web links later.",
    "version": "1.3",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "img\/ico_19.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus"
    ],
    "icons": {
        "16": "img\/ico_16.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    }
}