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 |
官方網址 | 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'" } |