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" } } |