OpenThem
Open websites with ease
Vad är OpenThem?
OpenThem är en Chrome-tillägg utvecklad av Ernesto Schiavo, och dess huvudfunktion är "Open websites with ease".
Tilläggsskärmbilder
Ladda ner OpenThem-förlängningens CRX-fil
Ladda ner OpenThem-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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! Grundläggande Information om Tillägg
| Namn | |
| ID | cpedieeiekinilakigngnppinnnkgkpl |
| Officiell webbadress | https://chromewebstore.google.com/detail/openthem/cpedieeiekinilakigngnppinnnkgkpl |
| Beskrivning | Open websites with ease |
| Filstorlek | 10.66 MB |
| Antal Installationer | 36 |
| Aktuell Version | 1.0.3 |
| Senast Uppdaterad | 2020-02-21 |
| Publiceringsdatum | 2020-02-21 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | Ernesto Schiavo |
| Betalningssätt | free |
| Stödda Språk | 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'"
} | |