OpenThem
Open websites with ease
OpenThemとは何ですか?
OpenThemはErnesto Schiavoによって開発されたChromeの拡張機能で、その主な機能は「Open websites with ease」です。
拡張機能のスクリーンショット
OpenThem拡張機能のCRXファイルをダウンロード
OpenThem拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
OpenThem lets you open your favorite websites every time you launch Google Chrome! With OpenThem you can: - Open multiple websites at Chrome launch; - Open links in incognito mode; - Choose devices where to open your websites; - Sync between all your Google Chrome instances; - Open links only at some time during the day; - ..and more!
拡張機能の基本情報
名前 | OpenThem |
ID | cpedieeiekinilakigngnppinnnkgkpl |
公式URL | https://chromewebstore.google.com/detail/openthem/cpedieeiekinilakigngnppinnnkgkpl |
説明 | Open websites with ease |
ファイルサイズ | 10.66 MB |
インストール数 | 36 |
現在のバージョン | 1.0.3 |
最終更新日 | 2020-02-21 |
公開日 | 2020-02-21 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Ernesto Schiavo |
支払い方法 | free |
対応言語 | en,it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0.3", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/16x16.png", "19": "images\/19x19.png", "38": "images\/38x38.png", "48": "images\/48x48.png", "128": "images\/128x128.png" }, "default_locale": "it", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "background", "storage" ], "options_page": "options.html", "browser_action": { "default_icon": { "16": "images\/16x16.png", "19": "images\/19x19.png", "38": "images\/38x38.png", "48": "images\/48x48.png", "128": "images\/128x128.png" } }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |