Temporary bookmarks

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

Temporary bookmarksคืออะไร?

Temporary bookmarks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mark Song และคุณลักษณะหลักของมันคือ "Temporaray bookmarks is a bookmarking tool for saving web pages only for temporary."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Temporary bookmarks

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    }
}