Temporary bookmarks

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

Temporary bookmarks là gì?

Temporary bookmarks là một tiện ích mở rộng Chrome được phát triển bởi Mark Song, và tính năng chính của nó là "Temporaray bookmarks is a bookmarking tool for saving web pages only for temporary.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Temporary bookmarks

Tải xuống các tệp mở rộng Temporary bookmarks dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Temporary bookmarks Temporary bookmarks
ID lodempgomepppljcgieglnhnjmalgodm
URL Chính Thức https://chromewebstore.google.com/detail/temporary-bookmarks/lodempgomepppljcgieglnhnjmalgodm
Mô tả Temporaray bookmarks is a bookmarking tool for saving web pages only for temporary.
Kích Thước Tệp 58.9 KB
Số Lần Cài Đặt 72
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2015-07-12
Ngày Phát Hành 2015-07-12
Đánh Giá 3.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Mark Song
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}