Temporary Bookmarks

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

Temporary Bookmarks là gì?

Temporary Bookmarks là một tiện ích mở rộng Chrome được phát triển bởi https://www.extensions-for-chrome.com, và tính năng chính của nó là "Add actual page or any web links on actual page into temporary bookmarks. You can open these web links later.".

Ả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

                        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.                    

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

Tên Temporary Bookmarks Temporary Bookmarks
ID gicpnnockilhclmgekhdnnjokdmlfhmk
URL Chính Thức https://chromewebstore.google.com/detail/temporary-bookmarks/gicpnnockilhclmgekhdnnjokdmlfhmk
Mô tả Add actual page or any web links on actual page into temporary bookmarks. You can open these web links later.
Kích Thước Tệp 62.02 KB
Số Lần Cài Đặt 597
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2013-09-21
Ngày Phát Hành 2013-09-21
Đánh Giá 3.96/5 Tổng số 26 Đánh Giá
Nhà Phát Triển https://www.extensions-for-chrome.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}