Easy Bookmark Saver
Allows you to right click on any link and save it to your bookmarks.
什麼是Easy Bookmark Saver?
Easy Bookmark Saver是由Elan Paul開發的Chrome擴展程式,該擴展的主要功能是“Allows you to right click on any link and save it to your bookmarks.”。
擴展截圖
下載Easy Bookmark Saver擴展crx文件
下載Easy Bookmark Saver擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Easy Bookmark Saver allows you to right-click any link and add it to the bookmarks bar without having to load the page or select which folder. Just right-click the link, select "Add to EZ Bookmark" and that's it.
擴展基本資訊
名稱 | Easy Bookmark Saver |
ID | aaeoaemhmdbhpmdlcgamoncadfeddhgh |
官方網址 | https://chromewebstore.google.com/detail/easy-bookmark-saver/aaeoaemhmdbhpmdlcgamoncadfeddhgh |
簡介 | Allows you to right click on any link and save it to your bookmarks. |
檔案大小 | 179 KB |
安裝次數 | 120 |
目前版本 | 0.2 |
更新時間 | 2016-07-17 |
上架時間 | 2016-07-17 |
評分 | 3.00/5 共 2 次評分 |
開發者 | Elan Paul |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Easy Bookmark Saver", "short_name": "EZ Mark", "description": "Allows you to right click on any link and save it to your bookmarks.", "version": "0.2", "icons": { "16": "icon16.png", "32": "icon32.png", "64": "icon64.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html" }, "permissions": [ "contextMenus", "bookmarks", "activeTab", "tabs", "storage" ], "background": { "scripts": [ "jquery.js", "background.js" ] }, "content_scripts": [ { "matches": [ " |