Temporary Bookmarks

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

Co je Temporary Bookmarks?

Temporary Bookmarks je rozšíření Chrome vyvinuté https://www.extensions-for-chrome.com, a jeho hlavní funkcí je „Add actual page or any web links on actual page into temporary bookmarks. You can open these web links later.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Temporary Bookmarks

Stáhněte si soubory rozšíření Temporary Bookmarks ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Temporary Bookmarks Temporary Bookmarks
ID gicpnnockilhclmgekhdnnjokdmlfhmk
Oficiální URL https://chromewebstore.google.com/detail/temporary-bookmarks/gicpnnockilhclmgekhdnnjokdmlfhmk
Popis Add actual page or any web links on actual page into temporary bookmarks. You can open these web links later.
Velikost souboru 62.02 KB
Počet instalací 597
Aktuální Verze 1.3
Poslední Aktualizace 2013-09-21
Datum Vydání 2013-09-21
Hodnocení 3.96/5 Celkem 26 Hodnocení
Vývojář https://www.extensions-for-chrome.com
Typ Platby free
Podporované Jazyky 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"
    }
}