URL SAVER
This extension saves the pages where you at
什麼是URL SAVER?
URL SAVER是由https://mrluissan.ninja開發的Chrome擴展程式,該擴展的主要功能是“This extension saves the pages where you at”。
下載URL SAVER擴展crx文件
下載URL SAVER擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
With this extension you will be able to keep the websites you are visiting in a safe place. So that whenever you want to continue read them you'll have them there. You are also able to bind a shortcut to save the pages and also open the extension. I think this extension brings something different to what bookmarks do, and it's that you can save the page really quick and also it has a better design than bookmarks.
擴展基本資訊
名稱 | URL SAVER |
ID | ipafapbbcgjnehnjgmlgjmclofgkffjc |
官方網址 | https://chromewebstore.google.com/detail/url-saver/ipafapbbcgjnehnjgmlgjmclofgkffjc |
簡介 | This extension saves the pages where you at |
檔案大小 | 713 KB |
安裝次數 | 56 |
目前版本 | 2 |
更新時間 | 2017-07-05 |
上架時間 | 2017-07-04 |
評分 | 5.00/5 共 1 次評分 |
開發者 | https://mrluissan.ninja |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL SAVER", "description": "This extension saves the pages where you at ", "version": "2", "author": "Luis Adame Rodr\u00edguez - @mrluissan", "homepage_url": "https:\/\/mrluissan.ninja", "commands": { "saveTab": { "suggested_key": { "default": "Ctrl+Q", "mac": "Command+Q" }, "description": "Saves the url" } }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "\/icons\/icon.png", "default_popup": "index.html" }, "icons": { "16": "\/icons\/icon.png", "32": "\/icons\/icon32.png", "48": "\/icons\/icon48.png", "64": "\/icons\/icon64.png", "128": "\/icons\/icon128.png" }, "permissions": [ "tabs", "notifications" ] } |