Autoload Web
This extension loads websites automatically with a click of a button.
Autoload Webとは何ですか?
Autoload Webはautoloadwebdevによって開発されたChromeの拡張機能で、その主な機能は「This extension loads websites automatically with a click of a button.」です。
拡張機能のスクリーンショット
Autoload Web拡張機能のCRXファイルをダウンロード
Autoload Web拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Allows users to save their current windows and tabs as a setup/configuration and then load them again at a later time.
拡張機能の基本情報
名前 | |
ID | mifafbjbnhpmdjngkhnmfjdlefdgileh |
公式URL | https://chromewebstore.google.com/detail/autoload-web/mifafbjbnhpmdjngkhnmfjdlefdgileh |
説明 | This extension loads websites automatically with a click of a button. |
ファイルサイズ | 20.05 KB |
インストール数 | 160 |
現在のバージョン | 1.1.0 |
最終更新日 | 2015-07-03 |
公開日 | 2015-07-03 |
評価 | 4.50/5 合計 6 レビュー |
開発者 | autoloadwebdev |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Autoload Web", "options_ui": { "page": "options.html" }, "options_page": "options.html", "description": "This extension loads websites automatically with a click of a button.", "version": "1.1.0", "permissions": [ "tabs", "storage" ], "icons": { "16": "AutoLoadWebPic.png", "48": "AutoLoadWebPic48.png", "128": "AutoLoadWebPic128.png" }, "browser_action": { "default_icon": "AutoLoadWebPic.png", "default_title": "Autoload Web", "default_popup": "autoloadWeb_Main.html" } } |