Temporary bookmarks

Temporaray bookmarks is a bookmarking tool for saving web pages only for temporary.

Was ist Temporary bookmarks?

Temporary bookmarks ist eine Chrome-Erweiterung, die von Mark Song entwickelt wurde, und ihr Hauptmerkmal ist "Temporaray bookmarks is a bookmarking tool for saving web pages only for temporary.".

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

                        I usually save many web pages into my bookmarks to visit that again, but many web pages are only for temporary, and it makes my bookmarks massy later, because it's quiet annoying to delete them after visiting.

So I made a Temporary bookmarks to save temporary webpage, the bookmarks will be removed from the list automatically by the time you set. 

If you like it or any question, please leave your review.

Thank you.

Change log:
V.2.0.0
- Added Temporary bookmark adding function in context menu

V.1.4.0 
- Using Chrome Sync to sync list across multiple devices                    

Grundlegende Informationen zur Erweiterung

Name Temporary bookmarks Temporary bookmarks
ID lodempgomepppljcgieglnhnjmalgodm
Offizielle URL https://chromewebstore.google.com/detail/temporary-bookmarks/lodempgomepppljcgieglnhnjmalgodm
Beschreibung Temporaray bookmarks is a bookmarking tool for saving web pages only for temporary.
Dateigröße 58.9 KB
Installationsanzahl 72
Aktuelle Version 2.0.0
Letztes Update 2015-07-12
Veröffentlichungsdatum 2015-07-12
Bewertung 3.20/5 Insgesamt 5 Bewertungen
Entwickler Mark Song
Zahlungsart free
Unterstützte Sprachen en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_appName__",
    "short_name": "TempBookmark",
    "description": "__MSG_appDescription__",
    "version": "2.0.0",
    "author": "Mark Song",
    "background": {
        "scripts": [
            "\/lib\/jquery-1.11.1.min.js",
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "contextMenus",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}