Temporary Bookmarks
Add actual page or any web links on actual page into temporary bookmarks. You can open these web links later.
Temporary Bookmarksคืออะไร?
Temporary Bookmarks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.extensions-for-chrome.com และคุณลักษณะหลักของมันคือ "Add actual page or any web links on actual page into temporary bookmarks. You can open these web links later."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Temporary Bookmarks
ดาวน์โหลดไฟล์ส่วนขยาย Temporary Bookmarks ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Temporary Bookmarks |
ID | gicpnnockilhclmgekhdnnjokdmlfhmk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/temporary-bookmarks/gicpnnockilhclmgekhdnnjokdmlfhmk |
คำอธิบาย | Add actual page or any web links on actual page into temporary bookmarks. You can open these web links later. |
ขนาดไฟล์ | 62.02 KB |
จำนวนการติดตั้ง | 597 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2013-09-21 |
วันที่เผยแพร่ | 2013-09-21 |
คะแนน | 3.96/5 รวมทั้งหมด 26 คะแนน |
ผู้พัฒนา | https://www.extensions-for-chrome.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" } } |