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