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. 拡張機能の基本情報
| 名前 | |
| ID | ipafapbbcgjnehnjgmlgjmclofgkffjc |
| 公式URL | 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 |
| Eメール | [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"
]
} | |