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是由https://www.extensions-for-chrome.com开发的Chrome扩展程序,该扩展的主要功能是“Add actual page or any web links on actual page into temporary bookmarks. You can open these web links later.”。
扩展截图
下载Temporary Bookmarks扩展crx文件
下载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" } } |