Temporary bookmarks

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

什麼是Temporary bookmarks?

Temporary bookmarks是由Mark Song開發的Chrome擴展程式,該擴展的主要功能是“Temporaray bookmarks is a bookmarking tool for saving web pages only for temporary.”。

擴展截圖

screenshot
screenshot
screenshot

下載Temporary bookmarks擴展crx文件

下載Temporary bookmarks擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Temporary bookmarks Temporary bookmarks
ID lodempgomepppljcgieglnhnjmalgodm
官方網址 https://chromewebstore.google.com/detail/temporary-bookmarks/lodempgomepppljcgieglnhnjmalgodm
簡介 Temporaray bookmarks is a bookmarking tool for saving web pages only for temporary.
檔案大小 58.9 KB
安裝次數 72
目前版本 2.0.0
更新時間 2015-07-12
上架時間 2015-07-12
評分 3.20/5 共 5 次評分
開發者 Mark Song
付費類型 free
支援的語言 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"
    }
}